소스 검색

no message

zhujindu 3 달 전
부모
커밋
9786c8f549
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 1
src/views/deviceWithin/addStoreVisit.vue

@@ -4324,7 +4324,7 @@ export default {
               .collectionItems[this.childIndex].collectionOptionList[this.childIndex2]
               .collectionItems[this.childIndex3].collectionOptionList[this.childIndex4]
               .collectionItems[this.childIndex5];
-          let fileInfoList = fileInfoList.concat(val.fileInfoList);
+          let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
           this.$set(collectionItems, 'fileInfoList', fileInfoList);
         }
       }