yuxc
2023-08-17 27ade5103889fc1dec072c0327b747dc679513af
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