From efff5c8410c9657915eb05615c13c2de7421c61a Mon Sep 17 00:00:00 2001 From: ludc Date: 星期四, 27 七月 2023 17:38:11 +0800 Subject: [PATCH] 修改文件下载不成功问题 --- Source/UBCS-WEB/src/views/code/code.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/views/code/code.vue b/Source/UBCS-WEB/src/views/code/code.vue index 43e6077..b7734a3 100644 --- a/Source/UBCS-WEB/src/views/code/code.vue +++ b/Source/UBCS-WEB/src/views/code/code.vue @@ -767,6 +767,7 @@ <formula-editor ref="formulaEditor" @updateFormulaContent="updateFormulaContent" + :componentRuleText="form.getValueClass" :visible.sync="formulaEditorParams.formulaEditorSettingBox" :thisSceneTableData="formulaEditorParams.thisSceneTableData" :systemVariableTableData="formulaEditorParams.systemVariableTableData"> @@ -2571,7 +2572,6 @@ this.loadlistClassifyLinkAttr(); }else if(condition === 'value'){ //鎵撳紑鍏紡缂栬緫妗嗭紝绗簩灞傚祵濂楀璇濇 - //this.$refs.formulaEditor.isShowformulaEdit = true; this.formulaEditorParams.formulaEditorSettingBox = true; }else if(condition === 'parentClassifySecOid'){ this.parentClsfyParams.isShowParentClassifySettingBox = true; @@ -2768,7 +2768,7 @@ if(enumCach == null) { getDictionary("codeFillSeparator").then(res=>{ this.enumParam.codeFillSeparator = res.data.data; - localStorage.setItem(key,JSON.stringify(res.data.data)); + localStorage.setItem("codeFillSeparator",JSON.stringify(res.data.data)); }) } }, -- Gitblit v1.9.3