田源
2023-11-09 cdf02470da825ae5b8f234f361416fd0e159544b
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) {