Browse Source

修改库位查询

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

2
src/pages/query/nullLocation.vue

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

Loading…
Cancel
Save