@@ -91,7 +91,7 @@
},
init() {
if(this.formConfig.htmlType == 'checkbox' || this.formConfig.htmlType == 'imageUpload' || this.formConfig.htmlType == 'fileUpload'){
- this.config = this.formConfig.columnValue || []
+ this.config = []
}else{
this.$set(this.config, this.formConfig.columnName,(this.formConfig.columnValue || ''))
}