|
|
@ -57,7 +57,7 @@ export default { |
|
|
|
this.fileList.push(Object.assign(file, { url })); |
|
|
|
this.fileList.push(Object.assign(file, { url })); |
|
|
|
}, |
|
|
|
}, |
|
|
|
handleRemove(file) { |
|
|
|
handleRemove(file) { |
|
|
|
this.fileList = this.fileList.filter(item => item.name !== file.name) |
|
|
|
this.fileList = this.fileList.filter(item => item !== file) |
|
|
|
}, |
|
|
|
}, |
|
|
|
handlePictureCardPreview(file) { |
|
|
|
handlePictureCardPreview(file) { |
|
|
|
this.dialogImageUrl = file.url; |
|
|
|
this.dialogImageUrl = file.url; |
|
|
|