fix: 获取菜单

This commit is contained in:
leiqiaochu 2023-10-17 15:28:21 +08:00
parent 54a9c3382f
commit c0bb93b2f7
1 changed files with 6 additions and 11 deletions

View File

@ -29,23 +29,18 @@ const defaultOwnParams = [
termType: 'isnull', termType: 'isnull',
value: '1', value: '1',
type: 'or' type: 'or'
}, { },
column: 'options'
}
] ]
}, },
{ {
terms: [ terms: [
{ {
terms: [ value: "%show\":true%",
{ termType: "like",
value: "%show\":true%", column: "options"
termType: "like",
column: "options"
}
]
} }
] ],
type:'or'
} }
] ]
} }