|
|
@@ -399,7 +399,10 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
// 照片
|
|
|
- if (this.collectionItemList[q].answerType == 'zp') {
|
|
|
+ if (
|
|
|
+ this.collectionItemList[q].answerType == 'zp' &&
|
|
|
+ this.collectionItemList[q].fileInfoList
|
|
|
+ ) {
|
|
|
let fileIdList = [];
|
|
|
this.collectionItemList[q].fileInfoList.forEach((item) => {
|
|
|
fileIdList.push(item.id);
|