mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-15 07:51:58 +00:00
fix: 系统用户去掉重复的搜索条件
This commit is contained in:
parent
f416cfa435
commit
44e899e271
@ -68,7 +68,7 @@ export default {
|
||||
hasCreate: false,
|
||||
createRoute: 'SystemUserCreate',
|
||||
searchConfig: {
|
||||
exclude: ['type']
|
||||
exclude: ['type', 'protocol']
|
||||
},
|
||||
moreCreates: {
|
||||
callback: (option) => {
|
||||
|
Loading…
Reference in New Issue
Block a user