|
@@ -3871,7 +3871,7 @@ export default {
|
|
|
.collectionItems[this.childIndex].collectionOptionList[this.childIndex2]
|
|
.collectionItems[this.childIndex].collectionOptionList[this.childIndex2]
|
|
|
.collectionItems[this.childIndex3].collectionOptionList[this.childIndex4]
|
|
.collectionItems[this.childIndex3].collectionOptionList[this.childIndex4]
|
|
|
.collectionItems[this.childIndex5];
|
|
.collectionItems[this.childIndex5];
|
|
|
- let fileInfoList = fileInfoList.concat(val.fileInfoList);
|
|
|
|
|
|
|
+ let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
|
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -3908,7 +3908,7 @@ export default {
|
|
|
.collectionItems[this.childIndex3].collectionOptionList[this.childIndex4]
|
|
.collectionItems[this.childIndex3].collectionOptionList[this.childIndex4]
|
|
|
.collectionItems[this.childIndex5].collectionOptionList[this.childIndex6]
|
|
.collectionItems[this.childIndex5].collectionOptionList[this.childIndex6]
|
|
|
.collectionItems[this.childIndex7];
|
|
.collectionItems[this.childIndex7];
|
|
|
- let fileInfoList = fileInfoList.concat(val.fileInfoList);
|
|
|
|
|
|
|
+ let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
|
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -3957,7 +3957,7 @@ export default {
|
|
|
this.collectionItemList[this.indeximg].collectionOptionList[childi].collectionItems[
|
|
this.collectionItemList[this.indeximg].collectionOptionList[childi].collectionItems[
|
|
|
this.childIndex
|
|
this.childIndex
|
|
|
];
|
|
];
|
|
|
- let fileInfoList = fileInfoList.concat(val.fileInfoList);
|
|
|
|
|
|
|
+ let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
|
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -3976,7 +3976,7 @@ export default {
|
|
|
);
|
|
);
|
|
|
} else {
|
|
} else {
|
|
|
let collectionItems = this.collectionItemList[this.indeximg];
|
|
let collectionItems = this.collectionItemList[this.indeximg];
|
|
|
- let fileInfoList = fileInfoList.concat(val.fileInfoList);
|
|
|
|
|
|
|
+ let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
|
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -4004,7 +4004,7 @@ export default {
|
|
|
this.collectionItemList[this.indeximg].collectionOptionList[this.childIndex1]
|
|
this.collectionItemList[this.indeximg].collectionOptionList[this.childIndex1]
|
|
|
.collectionItems[this.childIndex].collectionOptionList[this.childIndex2]
|
|
.collectionItems[this.childIndex].collectionOptionList[this.childIndex2]
|
|
|
.collectionItems[this.childIndex3];
|
|
.collectionItems[this.childIndex3];
|
|
|
- let fileInfoList = fileInfoList.concat(val.fileInfoList);
|
|
|
|
|
|
|
+ let fileInfoList = collectionItems.fileInfoList.concat(val.fileInfoList);
|
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
this.$set(collectionItems, 'fileInfoList', fileInfoList);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|