From 2ab7f4ef54ece0ac8c0a98ffe0222fc5f6c835c8 Mon Sep 17 00:00:00 2001 From: zhangyanpeng <bob.zhang@highdatas.com> Date: 星期三, 21 八月 2024 10:41:05 +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