1
lzhe
2024-11-24 ba70879e87a8377fe8a7f3dffad9e2b119bd695a
src/views/console/product-process/process-route/addWorking.vue
@@ -64,7 +64,7 @@
            this.selection = selection;
         },
         getTable() {
            this.$HTTP.get(`/api/blade-cps/process/page?current=${this.current}&size=${this.size}&keyword=`).then(res=> {
            this.$HTTP.get(`/api/smis/process/page?current=${this.current}&size=${this.size}&keyword=`).then(res=> {
               if(res.code == 200) {
                  this.tableData = res.data.records;
                  this.totle = res.data.total;