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