Authored by htoooth

fi

... ... @@ -68,9 +68,7 @@ export default {
this.visible = true;
},
handleRemove(file) {
const fileList = this.$refs.upload.fileList;
this.$refs.upload.fileList.splice(fileList.indexOf(file), 1);
this.uploadList.splice(this.uploadList.indexOf(file), 1);
this.$emit('on-remove', this.id);
},
handleSuccess(response, file, files) {
... ...