From a948105ebd3ccd53dfb2ffa227278fea2b0d37ba Mon Sep 17 00:00:00 2001 From: Michael Bai Date: Tue, 26 Oct 2021 17:48:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=AE=E9=80=9A=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E6=90=9C=E7=B4=A2=E9=A1=B9?= =?UTF-8?q?=E6=8E=92=E9=99=A4:=20type=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/SystemUser/SystemUserList/CommonUserList.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/assets/SystemUser/SystemUserList/CommonUserList.vue b/src/views/assets/SystemUser/SystemUserList/CommonUserList.vue index 429f5147d..7b7d73ce7 100644 --- a/src/views/assets/SystemUser/SystemUserList/CommonUserList.vue +++ b/src/views/assets/SystemUser/SystemUserList/CommonUserList.vue @@ -67,6 +67,9 @@ export default { headerActions: { hasCreate: false, createRoute: 'SystemUserCreate', + searchConfig: { + exclude: ['type'] + }, moreCreates: { callback: (option) => { vm.$router.push({ name: 'SystemUserCreate', query: { protocol: option.title.toLowerCase() }})