Source/UBCS-WEB/src/components/code-dialog-page/formulaEditor.vue
@@ -343,10 +343,14 @@ export default { name: "formulaEditor", props: { // 对话框显示隐藏控制 // 对话框显示隐藏控制 visible: { type: "Boolean", default: false, }, componentRuleText:{ type:String, default: "" }, //本场景变量 thisSceneTableData: { @@ -650,6 +654,9 @@ this.isShowformulaEdit = this.visible; } }, mounted() { this.formulaContent=this.componentRuleText }, methods: { //双击添加公式内容