wangting
2023-09-08 1056fae380cb28ffc610d8f1de461bf9f5aec559
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];