|
@@ -54,7 +54,7 @@ export default {
|
|
+ "&forShort=" + forShort
|
|
+ "&forShort=" + forShort
|
|
},
|
|
},
|
|
handleRemove(file, fileList) {
|
|
handleRemove(file, fileList) {
|
|
- delFile(file.fileId)
|
|
|
|
|
|
+ delFile(file.fileId||file.response.data)
|
|
},
|
|
},
|
|
handlePictureCardPreview(file) {
|
|
handlePictureCardPreview(file) {
|
|
this.dialogImageUrl = file.url;
|
|
this.dialogImageUrl = file.url;
|