@ -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,
};