|
@@ -5196,11 +5196,11 @@ export default {
|
|
|
},
|
|
},
|
|
|
deleteImg() {},
|
|
deleteImg() {},
|
|
|
uploadWLImgClick(data) {
|
|
uploadWLImgClick(data) {
|
|
|
- console.log(data);
|
|
|
|
|
- // this.wuliaoPhotoImg.push({
|
|
|
|
|
- // fileUrl: data.fileUrl,
|
|
|
|
|
- // id: data.id,
|
|
|
|
|
- // });
|
|
|
|
|
|
|
+ this.wuliaoPhotoImg = this.wuliaoPhotoImg ? this.wuliaoPhotoImg : [];
|
|
|
|
|
+ this.wuliaoPhotoImg.push({
|
|
|
|
|
+ fileUrl: data.fileUrl,
|
|
|
|
|
+ id: data.id,
|
|
|
|
|
+ });
|
|
|
},
|
|
},
|
|
|
tipTitle(val) {
|
|
tipTitle(val) {
|
|
|
this.$toast(val);
|
|
this.$toast(val);
|