From a598f579e21d4dcc30b5d8fa1737f24f4dd90012 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 27 七月 2023 17:38:16 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs

---
 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