|
|
@@ -3977,7 +3977,10 @@ export default {
|
|
|
if (photoIdentifyType == 1) {
|
|
|
this.collectionItemList[this.indeximg].fileInfoList = [val];
|
|
|
console.log(
|
|
|
- JSON.stringify('fileInfoList111=' + this.collectionItemList[this.indeximg])
|
|
|
+ JSON.stringify(
|
|
|
+ 'fileInfoList111=' +
|
|
|
+ JSON.stringify(this.collectionItemList[this.indeximg].fileInfoList)
|
|
|
+ )
|
|
|
);
|
|
|
} else {
|
|
|
this.collectionItemList[this.indeximg].fileInfoList.push(val);
|