|
|
@@ -3904,11 +3904,14 @@ export default {
|
|
|
fileInfoList = [];
|
|
|
}
|
|
|
if (photoIdentifyType == 1) {
|
|
|
- console.log('fileInfoList111=' + JSON.stringify(fileInfoList));
|
|
|
fileInfoList.splice(0, 1, val);
|
|
|
// fileInfoList = [val];
|
|
|
// this.$set(fileInfoList, 0, val);
|
|
|
- console.log('fileInfoList222=' + JSON.stringify(fileInfoList));
|
|
|
+ console.log('fileInfoList111=' + JSON.stringify(fileInfoList));
|
|
|
+ console.log(
|
|
|
+ 'fileInfoList222=' +
|
|
|
+ JSON.stringify(this.collectionItemList[this.indeximg].fileInfoList)
|
|
|
+ );
|
|
|
this.$forceUpdate();
|
|
|
} else {
|
|
|
fileInfoList.push(val);
|