gaoshp
2024-11-08 858b9959cc9d8d8c10bd206e39be006c2eed8331
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;