From c911a53f1e5bb45e4d32ca5e912a0ad4f53c9bfa Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期六, 07 十二月 2024 14:26:32 +0800
Subject: [PATCH] 修改了bug

---
 ruoyi-ui/src/views/clanManager/clan/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ruoyi-ui/src/views/clanManager/clan/index.vue b/ruoyi-ui/src/views/clanManager/clan/index.vue
index d45b7e4..e0ed7c6 100644
--- a/ruoyi-ui/src/views/clanManager/clan/index.vue
+++ b/ruoyi-ui/src/views/clanManager/clan/index.vue
@@ -384,7 +384,8 @@
     },
     /** 閲嶇疆鎸夐挳鎿嶄綔 */
     resetQuery() {
-      this.dateRange = [];
+      //this.dateRange = [];
+	  this.queryParams.clanName = undefined
       this.resetForm("queryForm");
       this.handleQuery();
     },

--
Gitblit v1.9.1