From a0dadc84e4a819607e1b2b34534bb0b0ae73a7a8 Mon Sep 17 00:00:00 2001
From: tom <tom.he@highdatas.com>
Date: 星期五, 16 八月 2024 12:31:21 +0800
Subject: [PATCH] 调整

---
 module/config/page/criteria_rule_selection.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/module/config/page/criteria_rule_selection.html b/module/config/page/criteria_rule_selection.html
index 5b015ea..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() {
 						
@@ -106,7 +106,7 @@
 									isbuttonshow: true,type:"primary",
 									code: "add",isselected: false,classname: "",
 									onclick: function(obj) {
-										me.onEditData('add', {})
+										// me.onEditData('add', {})
 									}
 								},
 								{
@@ -120,7 +120,7 @@
                                         return bo_; 
                                     },
 									onclick: function(obj) {
-										me.onEditData('edit', obj.selectedList[0]);
+										// me.onEditData('edit', obj.selectedList[0]);
 									}
 								},
 							]

--
Gitblit v1.8.0