|
|
@@ -3905,7 +3905,8 @@ export default {
|
|
|
}
|
|
|
if (photoIdentifyType == 1) {
|
|
|
console.log('fileInfoList111=' + JSON.stringify(fileInfoList));
|
|
|
- fileInfoList = [val];
|
|
|
+ fileInfoList.splice(0, 1, val);
|
|
|
+ // fileInfoList = [val];
|
|
|
// this.$set(fileInfoList, 0, val);
|
|
|
console.log('fileInfoList222=' + JSON.stringify(fileInfoList));
|
|
|
this.$forceUpdate();
|