田源
2023-09-08 e90fea95905f523d278c7e10a181ddbc47e74c2b
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];