|
@@ -189,11 +189,11 @@ export default {
|
|
|
if (!this.inputForm.files) {
|
|
|
this.inputForm.files = []
|
|
|
}
|
|
|
- this.$refs.upLoadComponent.newUpload(method, this.inputForm.files, 'skill', 50, null, null, null, null, [...this.fileType])
|
|
|
+ this.$refs.upLoadComponent.newUpload(method, this.inputForm.files, 'skill', 50, null, null, null, null)
|
|
|
this.loading = false
|
|
|
} else {
|
|
|
this.inputForm.id = this.generateFallbackId()
|
|
|
- this.$refs.upLoadComponent.newUpload(method, this.inputForm.files, 'skill', 50, null, null, null, null, [...this.fileType])
|
|
|
+ this.$refs.upLoadComponent.newUpload(method, this.inputForm.files, 'skill', 50, null, null, null, null)
|
|
|
this.loading = false
|
|
|
}
|
|
|
})
|