|
|
@@ -271,7 +271,8 @@ export default {
|
|
|
this.addCollection(formData);
|
|
|
} else {
|
|
|
this.mediaInfos = [];
|
|
|
- this.syncUpload(taskPhoto.imgArr, () => {
|
|
|
+ let imgArr = JSON.parse(JSON.stringify(taskPhoto.imgArr));
|
|
|
+ this.syncUpload(imgArr, () => {
|
|
|
this.toastLoading().clear();
|
|
|
formData.mediaInfos = this.mediaInfos;
|
|
|
this.addCollection(formData);
|