mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-15 16:02:37 +00:00
fix: 系统用户去掉重复的搜索条件
This commit is contained in:
parent
f416cfa435
commit
44e899e271
@ -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) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user