|
|
@@ -216,8 +216,8 @@ export default {
|
|
|
this.item.fileInfoList = [];
|
|
|
this.item.fileIdList = [];
|
|
|
}
|
|
|
- this.item.fileInfoList.concat(urlArr);
|
|
|
- this.item.fileIdList.concat(idArr);
|
|
|
+ this.item.fileInfoList = this.item.fileInfoList.concat(urlArr);
|
|
|
+ this.item.fileIdList = this.item.fileIdList.concat(idArr);
|
|
|
this.$emit('newimgarr');
|
|
|
// this.$emit('newimgarr', {
|
|
|
// fileUrl: res.data.url,
|