From 1f6c005d4446b0bdf40d1680c385e43bd53d963d Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期五, 25 八月 2023 11:04:28 +0800 Subject: [PATCH] 主数据 码段展示(层级码段) --- Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue b/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue index aaf7255..332b207 100644 --- a/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue +++ b/Source/UBCS-WEB/src/components/Theme/ThemeClassifyTreeform.vue @@ -496,6 +496,7 @@ referType:'coderule', isMuti:'false', 'conditionMap["lcstatus"]':'Released', + 'limit':'-1', ...masterParameter }).then(res=>{ this.masterData=res.data.records; @@ -532,6 +533,7 @@ referType:'codekeyattrrepeat', isMuti:'false', 'conditionMap["lcstatus"]':'Enabled', + 'limit':'-1', ...masterParameter }).then(res=>{ this.KeyData=res.data.records; @@ -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) } @@ -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