Browse Source

修改库位查询

hella_online_20241226
lijuncheng 2 months ago
parent
commit
5c829b0071
  1. 2
      src/pages/query/nullLocation.vue

2
src/pages/query/nullLocation.vue

@ -128,7 +128,7 @@
this.loadingType = "loading"; this.loadingType = "loading";
if (type === "refresh") { if (type === "refresh") {
this.pageNo = 1; this.pageNo = 1;
this.jobList = []; this.dataList = [];
} }
var params = { var params = {
areaCode: this.locationAreaCode, areaCode: this.locationAreaCode,

Loading…
Cancel
Save