gaoshp
2024-11-03 3e091224ab26252d8624b42b461ba773ee8bee0f
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;