From d128bca90c989ecbbe2f3054314b43a22b8871d1 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期五, 16 八月 2024 13:40:33 +0800 Subject: [PATCH] 调整 --- module/config/page/criteria_rule_evaluation.html | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/module/config/page/criteria_rule_evaluation.html b/module/config/page/criteria_rule_evaluation.html index f55e05a..dd702eb 100644 --- a/module/config/page/criteria_rule_evaluation.html +++ b/module/config/page/criteria_rule_evaluation.html @@ -23,12 +23,9 @@ formfieldClick: {}, tablebuttonclick: [], cbuttons_r: {}, - filterObj: { - - }, - filterObjBydefault: { - type_code: "Evaluation" - }, + filterTxt:"1=1 and type_code='Evaluation'", + filterObj: {}, + filterObjBydefault: {}, }, created() { -- Gitblit v1.8.0