fix: 获取菜单
This commit is contained in:
parent
54a9c3382f
commit
c0bb93b2f7
|
@ -29,13 +29,9 @@ const defaultOwnParams = [
|
||||||
termType: 'isnull',
|
termType: 'isnull',
|
||||||
value: '1',
|
value: '1',
|
||||||
type: 'or'
|
type: 'or'
|
||||||
}, {
|
},
|
||||||
column: 'options'
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
terms: [
|
|
||||||
{
|
{
|
||||||
terms: [
|
terms: [
|
||||||
{
|
{
|
||||||
|
@ -43,9 +39,8 @@ const defaultOwnParams = [
|
||||||
termType: "like",
|
termType: "like",
|
||||||
column: "options"
|
column: "options"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
}
|
type:'or'
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue