|
@@ -118,6 +118,7 @@ export default {
|
|
|
this.imgArr = val || [];
|
|
this.imgArr = val || [];
|
|
|
} else {
|
|
} else {
|
|
|
if (this.formData.mediaInfos) {
|
|
if (this.formData.mediaInfos) {
|
|
|
|
|
+ this.imgArr = [];
|
|
|
getTicketFun(['downloadImage']).then(() => {
|
|
getTicketFun(['downloadImage']).then(() => {
|
|
|
this.downloadImage(this.formData.mediaInfos);
|
|
this.downloadImage(this.formData.mediaInfos);
|
|
|
});
|
|
});
|