From c55a2113b5825a6545f09229261f7cbb43f9ab18 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期四, 15 八月 2024 15:09:02 +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