12/9 查询优化1.0

20240912_adapter
wangwei 7 months ago
parent b9a209996c
commit 777a52096d

@ -382,6 +382,7 @@ export default {
startTime: null, startTime: null,
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:2
}, },
checkStatus: { checkStatus: {
1: "草稿", 1: "草稿",
@ -492,6 +493,7 @@ export default {
startTime: null, startTime: null,
endTime: null, endTime: null,
invCode: this.$store.getters.locInvCode, invCode: this.$store.getters.locInvCode,
productType:2
}; };
this.actDateRange = []; this.actDateRange = [];
this.getList(); this.getList();

Loading…
Cancel
Save