diff --git a/jshERP-web/src/views/bill/OtherInList.vue b/jshERP-web/src/views/bill/OtherInList.vue index 0656a68b..3eb39fbe 100644 --- a/jshERP-web/src/views/bill/OtherInList.vue +++ b/jshERP-web/src/views/bill/OtherInList.vue @@ -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') diff --git a/jshERP-web/src/views/bill/OtherOutList.vue b/jshERP-web/src/views/bill/OtherOutList.vue index f2a583e9..048e18a0 100644 --- a/jshERP-web/src/views/bill/OtherOutList.vue +++ b/jshERP-web/src/views/bill/OtherOutList.vue @@ -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')