田源
2023-09-11 f1f78fbd8e6fe50eb49b3170f1fc58e992a2ba44
Source/UBCS-WEB/src/components/FormTemplate/FormTemplate.vue
@@ -263,6 +263,7 @@
    },
    // 使用传入的表单数据配置
    resetFormConfig(formItem) {
      // console.log(this.selfColumnConfig)
      for (const configType in this.selfColumnConfig) {
        if (Object.hasOwnProperty.call(this.selfColumnConfig, configType)) {
          const element = this.selfColumnConfig[configType];