소스 검색

日报分享

zhujindu 7 달 전
부모
커밋
01eec0ac5a
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      src/views/week/VisitSummaryAdd.vue

+ 9 - 0
src/views/week/VisitSummaryAdd.vue

@@ -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;