fix: 普通系统用户列表搜索项排除: type 字段

This commit is contained in:
Michael Bai
2021-10-26 17:48:43 +08:00
committed by Jiangjie.Bai
parent 46c9598788
commit a948105ebd

View File

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