修改bug

prod
wangwei 2 years ago
parent 6adc3d46f9
commit b802745013

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

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

Loading…
Cancel
Save