From 5a3f6831c099fa1978d5ebf5b6100dfc73a0530a Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 14 Jan 2025 18:12:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/claimAndRefund/secondStore/outbound-record/index.vue | 2 ++ src/views/claimAndRefund/secondStore/return-record/index.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/views/claimAndRefund/secondStore/outbound-record/index.vue b/src/views/claimAndRefund/secondStore/outbound-record/index.vue index 08208fa..f1ddb05 100644 --- a/src/views/claimAndRefund/secondStore/outbound-record/index.vue +++ b/src/views/claimAndRefund/secondStore/outbound-record/index.vue @@ -226,6 +226,8 @@ export default { /** 重置按钮操作 */ resetQuery() { this.value1 = [] + this.queryParams.startTime = '' + this.queryParams.endTime = '' this.resetForm('queryForm') this.handleQuery() }, diff --git a/src/views/claimAndRefund/secondStore/return-record/index.vue b/src/views/claimAndRefund/secondStore/return-record/index.vue index 895bb4f..b836224 100644 --- a/src/views/claimAndRefund/secondStore/return-record/index.vue +++ b/src/views/claimAndRefund/secondStore/return-record/index.vue @@ -226,6 +226,8 @@ export default { /** 重置按钮操作 */ resetQuery() { this.value1 = [] + this.queryParams.startTime = '' + this.queryParams.endTime = '' this.resetForm('queryForm') this.handleQuery() },