From 9a9fc08739e4a885f2920f16645d6bf1d2044edc Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 21 九月 2023 10:26:27 +0800
Subject: [PATCH] 集成系统信息管理-分类授权接口渲染
---
Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue b/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue
index aaf7255..7079d17 100644
--- a/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue
+++ b/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue
@@ -461,7 +461,7 @@
//缂栫爜瑙勫垯鏌ヨ
SelectFindeHandler(){
const masterParameter = {};
- masterParameter[`conditionMap['${this.SelectValue}']`] = `*${this.SelectFInd}*`;
+ masterParameter[`conditionMap['${this.SelectValue}']`] = this.SelectFInd;
this.MasterdefaultRend(masterParameter)
},
//缂栫爜瑙勫垯澶辩劍
@@ -496,6 +496,7 @@
referType:'coderule',
isMuti:'false',
'conditionMap["lcstatus"]':'Released',
+ 'limit':'-1',
...masterParameter
}).then(res=>{
this.masterData=res.data.records;
@@ -523,7 +524,7 @@
//鍏抽敭灞炴�ф煡璇�
KeySelectFindeHandler(){
const masterParameter = {};
- masterParameter[`conditionMap['${this.SelectValue}']`] = `*${this.SelectFInd}*`;
+ masterParameter[`conditionMap['${this.SelectValue}']`] = this.SelectFInd;
this.KeydefaultRend(masterParameter)
},
//鍏抽敭灞炴�ф帴鍙�
@@ -532,6 +533,7 @@
referType:'codekeyattrrepeat',
isMuti:'false',
'conditionMap["lcstatus"]':'Enabled',
+ 'limit':'-1',
...masterParameter
}).then(res=>{
this.KeyData=res.data.records;
@@ -566,7 +568,7 @@
//鐩镐技椤规煡璇�
SimSelectFindeHandler(){
const masterParameter = {};
- masterParameter[`conditionMap['${this.SelectValue}']`] = `*${this.SelectFInd}*`;
+ masterParameter[`conditionMap['${this.SelectValue}']`] = this.SelectFInd;
this.simdefaultRend(masterParameter)
},
//鐩镐技椤瑰閫�
@@ -582,6 +584,7 @@
referType:'coderesemblerule',
isMuti:'false',
'conditionMap["lcstatus"]':'Enabled',
+ 'limit':'-1',
...masterParameter
}).then(res=>{
this.simData=res.data.records;
@@ -601,7 +604,7 @@
}else {
this.BtmdialogVisible=false;
this.btmSelectList=[]
- this.$set(this.loneTreeNewForm,'btmTypeName',this.btmName ||this.btmOid)
+ this.$set(this.loneTreeNewForm,'btmTypeName',this.btmName ||this.btmId)
this.$set(this.loneTreeNewForm,'btmTypeId',this.btmId)
this.$emit('MasterHandler',this.loneTreeNewForm)
}
@@ -609,7 +612,7 @@
//涓氬姟绫诲瀷鏌ヨ
BtmSelectFindeHandler(){
const masterParameter = {};
- masterParameter[`conditionMap['${this.SelectValue}']`] = `*${this.SelectFInd}*`;
+ masterParameter[`conditionMap['${this.SelectValue}']`] = this.SelectFInd;
this.btmdefaultRend(masterParameter);
},
//涓氬姟绫诲瀷澶氶��
@@ -621,7 +624,7 @@
},
//涓氬姟绫诲瀷鎺ュ彛
btmdefaultRend(masterParameter){
- referDataGrid({valueField:'id',isMuti:'false',...masterParameter}).then(res=>{
+ referDataGrid({valueField:'id',isMuti:'false','limit':'-1',...masterParameter}).then(res=>{
this.BtmData=res.data.data.records
})
}
--
Gitblit v1.9.3