|
@@ -251,7 +251,7 @@ export default {
|
|
|
this.formData.collectionItemList[0].fileInfoList &&
|
|
this.formData.collectionItemList[0].fileInfoList &&
|
|
|
this.formData.collectionItemList[0].fileInfoList.length > 0
|
|
this.formData.collectionItemList[0].fileInfoList.length > 0
|
|
|
) {
|
|
) {
|
|
|
- formData.mediaInfos = this.formData.collectionItemList[0].fileInfoList;
|
|
|
|
|
|
|
+ formData.mediaInfos = [];
|
|
|
} else {
|
|
} else {
|
|
|
formData.mediaInfos = this.$refs.taskPhoto[0].imgArr;
|
|
formData.mediaInfos = this.$refs.taskPhoto[0].imgArr;
|
|
|
}
|
|
}
|