From 7156e47c1813ec01594d9dff4a1e7d593f3c17db Mon Sep 17 00:00:00 2001
From: Vben <anncwb@126.com>
Date: 星期一, 08 三月 2021 21:31:16 +0800
Subject: [PATCH] fix(table): ensure that the value of the table action is updated correctly close #301 #313

---
 src/views/demo/system/account/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/demo/system/account/index.vue b/src/views/demo/system/account/index.vue
index d9d15c3..0686429 100644
--- a/src/views/demo/system/account/index.vue
+++ b/src/views/demo/system/account/index.vue
@@ -86,7 +86,7 @@
         reload();
       }
 
-      function handleSelect(deptId: string = '') {
+      function handleSelect(deptId = '') {
         reload({ searchInfo: { deptId } });
       }
 

--
Gitblit v1.8.0