Browse Source

修改备货

hella_online_20250508
李俊城 1 month ago
parent
commit
2aaef5d3b2
  1. 2
      src/pages/stockUp/job/stockUpJob.vue

2
src/pages/stockUp/job/stockUpJob.vue

@ -163,7 +163,7 @@
this.loadingType = "nomore";
return;
}
this.jobList = type === "refresh" ? list : this.receiptList.concat(list);
this.jobList = type === "refresh" ? list : this.jobList.concat(list);
this.pageNo++;
}).catch(error => {

Loading…
Cancel
Save