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,13 +29,9 @@ const defaultOwnParams = [
termType: 'isnull',
value: '1',
type: 'or'
}, {
column: 'options'
}
},
]
},
{
terms: [
{
terms: [
{
@ -43,9 +39,8 @@ const defaultOwnParams = [
termType: "like",
column: "options"
}
]
}
]
],
type:'or'
}
]
}