From e09405a133bb7cf9753214eeeb898633029c5b71 Mon Sep 17 00:00:00 2001 From: "Mr.Wang" Date: Thu, 18 Jul 2024 18:41:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E9=87=8D=E7=BD=AE=E6=8C=89=E9=92=AE=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/monitor/Interface/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruoyi-ui/src/views/monitor/Interface/index.vue b/ruoyi-ui/src/views/monitor/Interface/index.vue index 66b89320..d429020c 100644 --- a/ruoyi-ui/src/views/monitor/Interface/index.vue +++ b/ruoyi-ui/src/views/monitor/Interface/index.vue @@ -160,6 +160,8 @@ export default { }, /** 重置 */ resetQuery() { + this.queryParams.startTime = undefined; + this.queryParams.endTime = undefined; this.resetForm("queryForm"); this.handleQuery(); },