ludc
2023-07-26 74cac758319c66a5544a022362c0c61165138407
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() {