zhujindu 3 mesiacov pred
rodič
commit
9786c8f549
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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);
         }
       }