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_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