仓库切换问题

ywj_dev
wj 2 years ago
parent e6f66cafa0
commit 133c471532

@ -705,6 +705,7 @@ export default {
this.$router.push({
path: "",
});
let invCode = this.filterQuery.invCode
this.filterQuery = {
id: "",
billNo: null,
@ -715,8 +716,11 @@ export default {
limit: 10,
startTime: null,
endTime: null,
invCode: this.$store.getters.locInvCode,
invCode : this.$store.getters.locInvCode
};
if(invCode!=this.$store.getters.locInvCode){
this.getBusType();
}
this.actDateRange = [];
this.getList();
},

@ -570,6 +570,7 @@ export default {
this.$router.push({
path: "",
});
let invCode = this.filterQuery.invCode
this.filterQuery = {
id: "",
billNo: null,
@ -582,6 +583,9 @@ export default {
endTime: null,
invCode: this.$store.getters.locInvCode,
};
if(invCode!=this.$store.getters.locInvCode){
this.getBusType();
}
this.actDateRange = [];
this.getList();
},

Loading…
Cancel
Save