Source/UBCS-WEB/src/components/template/Stage.vue
@@ -128,6 +128,7 @@ // 获取列表 async getDataList() { this.loading = false if (this.code) { const { pageSize, currentPage } = this.page let param = { size: pageSize, current: currentPage } const response = await getFlowpathList({ ...param, ...{ templateId: this.code } }) @@ -138,6 +139,7 @@ this.data = data.records this.page.total = data.total } else this.loading = false } }, // 获取阶段列表 async getStagelist() {