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