yuxc
2023-07-20 35c6448c1d4a3701e37da7895f2b98768c5f8a2f
Source/UBCS-WEB/src/components/Tree/attrCrud.vue
@@ -1817,9 +1817,9 @@
    //组合规则确定
    updataFormlaContent(val) {
      if(this.CurrentCell){
        this.$set(this.CurrentCell, 'componentRule', JSON.stringify(val))
        this.$set(this.CurrentCell, 'componentRule', val.replace(/"/g, ''))
      }else {
        this.$set(this.attrRow, 'componentRule', JSON.stringify(val))
        this.$set(this.attrRow, 'componentRule', val.replace(/"/g, ''))
      }
    },