ludc
2023-11-09 80f4d7a739922c5697eef06cb27561bcd3255665
Merge remote-tracking branch 'origin/master'
已修改1个文件
3 ■■■■ 文件已修改
Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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) {