Browse Source

日报分享

zhujindu 7 months ago
parent
commit
01eec0ac5a
1 changed files with 9 additions and 0 deletions
  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) {
       if (this.flagclick) {
         this.flagclick = false;
         this.flagclick = false;
         this.timer = null;
         this.timer = null;