浏览代码

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);
         }
       }