web/src/components/config-uploader/src/config-uploader.vue
@@ -82,13 +82,13 @@ fields() { let arr = [] if (this.dataForm.files && this.dataForm.files.groups) { console.log(this.dataForm,"fields this.dataForm") this.dataForm.files.groups.forEach(group => { group.fields.forEach(field => { let arrType = [] if (field.fileTypes) { arrType = field.fileTypes.split(',') } //this.$set(field, 'fileTypeArr', arrType) field.fileTypeArr = arrType arr.push(field) })