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"
>