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() }})