From 7d7b028d8ad0b3397a5386279b4b8c9137714d1e Mon Sep 17 00:00:00 2001
From: pan <380711010@qq.com>
Date: Sat, 16 Nov 2024 20:22:51 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=A0=BC=E5=BC=8F=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/bizdict/index.vue | 6 ++++++
src/views/system/dept/index.vue | 4 +++-
src/views/system/menu/index.vue | 4 +++-
src/views/system/role/index.vue | 6 ++++++
src/views/system/user/index.vue | 6 ++++++
5 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/src/views/system/bizdict/index.vue b/src/views/system/bizdict/index.vue
index 492a4c3..50360af 100644
--- a/src/views/system/bizdict/index.vue
+++ b/src/views/system/bizdict/index.vue
@@ -11,6 +11,7 @@
clearable
style="width: 240px"
@keyup.enter.native="handleQuery"
+ @clear="handleQuery"
/>
@@ -20,6 +21,7 @@
clearable
style="width: 240px"
@keyup.enter.native="handleQuery"
+ @clear="handleQuery"
/>
@@ -28,6 +30,8 @@
placeholder="字典状态"
clearable
style="width: 240px"
+ @change="handleQuery"
+ @clear="handleQuery"
>
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue
index 3f216ea..a36d2d0 100644
--- a/src/views/system/dept/index.vue
+++ b/src/views/system/dept/index.vue
@@ -10,10 +10,12 @@
placeholder="请输入部门名称"
clearable
@keyup.enter.native="handleQuery"
+ @clear="handleQuery"
/>
-
+
-
+
@@ -20,6 +21,7 @@
clearable
style="width: 240px"
@keyup.enter.native="handleQuery"
+ @clear="handleQuery"
/>
@@ -28,6 +30,8 @@
placeholder="角色状态"
clearable
style="width: 240px"
+ @change="handleQuery"
+ @clear="handleQuery"
>
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 4371982..36f1b9a 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -11,6 +11,7 @@
clearable
style="width: 240px"
@keyup.enter.native="handleQuery"
+ @clear="handleQuery"
/>
@@ -20,6 +21,7 @@
clearable
style="width: 240px"
@keyup.enter.native="handleQuery"
+ @clear="handleQuery"
/>
@@ -28,6 +30,8 @@
placeholder="用户状态"
clearable
style="width: 240px"
+ @change="handleQuery"
+ @clear="handleQuery"
>