1
lzhe
2024-11-04 43c2ebf8b5df8a785b5c717eede3aac52962cd5e
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;