From ca420bd9c09b51a404ade3e0106257725df727be Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期三, 01 十一月 2023 11:32:28 +0800 Subject: [PATCH] 整合代码 --- Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue | 19 ++++++++++++------- 1 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue b/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue index dab81ed..4ea4530 100644 --- a/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue +++ b/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue @@ -172,6 +172,7 @@ ], SelectValue:'id', btmOption:{ + columnBtn:false, addBtn:false, index:true, border:true, @@ -195,6 +196,7 @@ }, Option:{ addBtn:false, + columnBtn:false, index:true, border:true, menu:false, @@ -258,7 +260,7 @@ option: { submitBtn:false, emptyBtn:false, - + columnBtn:false, column: [ { label: '涓婚搴�/鍒嗙被缂栧彿', @@ -399,7 +401,7 @@ watch:{ TreeFlag:{ handler(newval,oldval){ - console.log(newval) + // console.log(newval) } } }, @@ -461,7 +463,7 @@ //缂栫爜瑙勫垯鏌ヨ SelectFindeHandler(){ const masterParameter = {}; - masterParameter[`conditionMap['${this.SelectValue}']`] = `*${this.SelectFInd}*`; + masterParameter[`conditionMap['${this.SelectValue}']`] = this.SelectFInd; this.MasterdefaultRend(masterParameter) }, //缂栫爜瑙勫垯澶辩劍 @@ -496,6 +498,7 @@ referType:'coderule', isMuti:'false', 'conditionMap["lcstatus"]':'Released', + 'limit':'-1', ...masterParameter }).then(res=>{ this.masterData=res.data.records; @@ -523,7 +526,7 @@ //鍏抽敭灞炴�ф煡璇� KeySelectFindeHandler(){ const masterParameter = {}; - masterParameter[`conditionMap['${this.SelectValue}']`] = `*${this.SelectFInd}*`; + masterParameter[`conditionMap['${this.SelectValue}']`] = this.SelectFInd; this.KeydefaultRend(masterParameter) }, //鍏抽敭灞炴�ф帴鍙� @@ -532,6 +535,7 @@ referType:'codekeyattrrepeat', isMuti:'false', 'conditionMap["lcstatus"]':'Enabled', + 'limit':'-1', ...masterParameter }).then(res=>{ this.KeyData=res.data.records; @@ -566,7 +570,7 @@ //鐩镐技椤规煡璇� SimSelectFindeHandler(){ const masterParameter = {}; - masterParameter[`conditionMap['${this.SelectValue}']`] = `*${this.SelectFInd}*`; + masterParameter[`conditionMap['${this.SelectValue}']`] = this.SelectFInd; this.simdefaultRend(masterParameter) }, //鐩镐技椤瑰閫� @@ -582,6 +586,7 @@ referType:'coderesemblerule', isMuti:'false', 'conditionMap["lcstatus"]':'Enabled', + 'limit':'-1', ...masterParameter }).then(res=>{ this.simData=res.data.records; @@ -609,7 +614,7 @@ //涓氬姟绫诲瀷鏌ヨ BtmSelectFindeHandler(){ const masterParameter = {}; - masterParameter[`conditionMap['${this.SelectValue}']`] = `*${this.SelectFInd}*`; + masterParameter[`conditionMap['${this.SelectValue}']`] = this.SelectFInd; this.btmdefaultRend(masterParameter); }, //涓氬姟绫诲瀷澶氶�� @@ -621,7 +626,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