ludc
2023-08-24 f7bb4db21c6b7316c92a0b6fdda1c92ec36202d0
Source/UBCS-WEB/src/components/code-dialog-page/formulaEditor.vue
@@ -649,13 +649,14 @@
    };
  },
  watch: {
      // 监听父组件传的窗口显示隐藏的值
      visible (){
          this.isShowformulaEdit = this.visible;
      }
      // 监听父组件传的窗口显示隐藏的值,以及值的回填
      visible() {
        this.isShowformulaEdit = this.visible;
        this.formulaContent=this.componentRuleText || '';
      },
  },
  mounted() {
    this.formulaContent=this.componentRuleText
  },
  methods: {