xiejun
2023-09-09 14d9c5a74dac33c40f96a4bd17216f1991de8ea8
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];