xiejun
2023-08-17 5a9b31f9dbd1ce22fe385f624a833228f01f319c
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