解决其它入库和其它出库单据的重置bug

This commit is contained in:
jishenghua 2024-03-06 22:21:06 +08:00
parent 6318fe78a4
commit 4b6db197fa
2 changed files with 8 additions and 2 deletions

View File

@ -267,7 +267,10 @@
}
},
searchReset() {
this.queryParam = {}
this.queryParam = {
type: this.queryParam.type,
subType: this.queryParam.subType
}
this.loadData(1)
if(this.inOutManageFlag) {
this.initWaitBillCount('入库', '采购,销售退货', '1,3')

View File

@ -267,7 +267,10 @@
}
},
searchReset() {
this.queryParam = {}
this.queryParam = {
type: this.queryParam.type,
subType: this.queryParam.subType
}
this.loadData(1)
if(this.inOutManageFlag) {
this.initWaitBillCount('出库', '销售,采购退货', '1,3')