@@ -153,8 +153,6 @@
if (this.formConfig.htmlType == 'checkbox' || this.formConfig.htmlType == 'imageUpload' || this.formConfig.htmlType ==
'fileUpload') {
this.config = []
- }else if (this.formConfig.htmlType == 'select') {
- this.$set(this.config, this.formConfig.columnName, (this.formConfig.columnValue - 0))
} else {
this.$set(this.config, this.formConfig.columnName, (this.formConfig.columnValue || ''))
}