From d26a973271e4cd14fc13171eab04201344c23ae3 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期日, 04 八月 2024 17:09:17 +0800 Subject: [PATCH] 调整 --- module/config/page/criteria_rule_selection.html | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/config/page/criteria_rule_selection.html b/module/config/page/criteria_rule_selection.html index d52dba1..a1f55d0 100644 --- a/module/config/page/criteria_rule_selection.html +++ b/module/config/page/criteria_rule_selection.html @@ -23,12 +23,12 @@ formfieldClick: {}, tablebuttonclick: [], cbuttons_r: {}, + filterObj: { }, - filterObjBydefault: { - type_code: "Selection" - }, + filterTxt:"1=1 and type_code='Selection'", + filterObjBydefault: {}, }, created() { -- Gitblit v1.8.0