修改bug

prod
wangwei 2 years ago
parent 6adc3d46f9
commit b802745013

@ -211,7 +211,6 @@ export default {
handleCurrentChange(val) {
this.filterQuery.page = val.page;
this.getList();
this.filterQuery.page =1;
},
getList() {
this.loading = true;

@ -406,7 +406,7 @@ export default {
//
currentInvInfo: {
invStorageCode: null,
invWarehouseCode: null
invWarehouseCode: null,
},
sysList: [],
sysSubList: [],
@ -688,7 +688,7 @@ export default {
invSpaceManage(row) {
this.currentInvInfo = {
invStorageCode: row.parentId,
invWarehouseCode: row.code
invWarehouseCode: row.code,
};
},

Loading…
Cancel
Save