From 9dbfa8d02ab03a88cd53f9af132c28a7175473f0 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 24 Dec 2024 10:54:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/TaskStatistics/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/views/system/TaskStatistics/index.vue b/src/views/system/TaskStatistics/index.vue index 64792be..615de08 100644 --- a/src/views/system/TaskStatistics/index.vue +++ b/src/views/system/TaskStatistics/index.vue @@ -344,6 +344,15 @@ export default { }, // 搜索 handleQuery() { + if(!this.queryParams.taskStartTime && !this.queryParams.taskEndTime && + !this.queryParams.questionInfoId && !this.queryParams.visitStartTime && + !this.queryParams.visitStartTime + ){ + this.itemid=null + this.newname=''//标题 + this.time= ''//时间 + + } if (this.dischargeTime?.length > 0) { if (this.show == true) { this.queryParams.taskStartTime = this.formatDate(this.dischargeTime[0]);