fix: 系统用户去掉重复的搜索条件

This commit is contained in:
“怀磊” 2021-12-15 16:13:52 +08:00 committed by 老广
parent f416cfa435
commit 44e899e271

View File

@ -68,7 +68,7 @@ export default {
hasCreate: false, hasCreate: false,
createRoute: 'SystemUserCreate', createRoute: 'SystemUserCreate',
searchConfig: { searchConfig: {
exclude: ['type'] exclude: ['type', 'protocol']
}, },
moreCreates: { moreCreates: {
callback: (option) => { callback: (option) => {