From c0bb93b2f72a9e29ba06dee19531bfe062be4afe Mon Sep 17 00:00:00 2001 From: leiqiaochu Date: Tue, 17 Oct 2023 15:28:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=8E=B7=E5=8F=96=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/menu.ts | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/store/menu.ts b/src/store/menu.ts index 94d0da40..4de3f268 100644 --- a/src/store/menu.ts +++ b/src/store/menu.ts @@ -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' } ] }