|
@@ -117,8 +117,8 @@ export default {
|
|
|
if (this.userInfo.photoMethod == '1') {
|
|
if (this.userInfo.photoMethod == '1') {
|
|
|
this.imgArr = val || [];
|
|
this.imgArr = val || [];
|
|
|
} else {
|
|
} else {
|
|
|
|
|
+ this.imgArr = [];
|
|
|
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);
|
|
|
});
|
|
});
|