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;