@@ -412,6 +412,15 @@ export default {
}
+ // // 照片
+ let zpDataList = this.collectionItemList.find((item) => item.answerType == 'zp');
+ if (zpDataList) {
+ let fileIdList = [];
+ zpDataList.fileInfoList.forEach((item) => {
+ fileIdList.push(item.id);
+ });
+ zpDataList.fileIdList = fileIdList;
+ }
if (this.flagclick) {
this.flagclick = false;
this.timer = null;