田源
2023-08-17 e08546af8d75c24115c83feb461fb6011d97d1c5
Source/UBCS-WEB/src/components/Theme/ThemeAttrCrud.vue
@@ -1854,6 +1854,7 @@
          this.isShowformulaEdit = true;
        } else if (column.property == 'enumString') {
          this.enumVisible = true;
          this.tableData=[];
          if (this.CurrentCell.enumString != "") {
            this.tableData = JSON.parse(this.CurrentCell.enumString)
            return