Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue
@@ -296,7 +296,7 @@ }, ], props: { label: "value", label: "itemName", value: "key", }, }; @@ -503,6 +503,7 @@ geDictData(dictKeys) { dictKeys.forEach((dictObj) => { getEnumDictionary({ code: dictObj.dictKey }).then((res) => { console.log(res) if (res.data && res.data.code === 200) { this.option.column = this.option.column.map((item) => { if (item.field === dictObj.field) {