From 4b6db197fab20d759e33144b179b778ec7a1052b Mon Sep 17 00:00:00 2001 From: jishenghua <752718920@qq.com> Date: Wed, 6 Mar 2024 22:21:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=85=B6=E5=AE=83=E5=85=A5?= =?UTF-8?q?=E5=BA=93=E5=92=8C=E5=85=B6=E5=AE=83=E5=87=BA=E5=BA=93=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E7=9A=84=E9=87=8D=E7=BD=AEbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/OtherInList.vue | 5 ++++- jshERP-web/src/views/bill/OtherOutList.vue | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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')