修改
This commit is contained in:
parent
80374b7993
commit
a4b0e8fcb4
@ -916,6 +916,7 @@ export default {
|
|||||||
this.deletNewImgs.push(imgUrlData.posterPictureUrl)
|
this.deletNewImgs.push(imgUrlData.posterPictureUrl)
|
||||||
console.log(this.deletNewImgs,'触发了上传时间')
|
console.log(this.deletNewImgs,'触发了上传时间')
|
||||||
this.objitem.push(imgUrlData.posterPictureUrl)
|
this.objitem.push(imgUrlData.posterPictureUrl)
|
||||||
|
|
||||||
console.log(this.objitem)
|
console.log(this.objitem)
|
||||||
},
|
},
|
||||||
imgUrl2(imgUrl) {
|
imgUrl2(imgUrl) {
|
||||||
@ -940,6 +941,7 @@ export default {
|
|||||||
obj.pictureUrlList.push(e.posterPictureUrl);
|
obj.pictureUrlList.push(e.posterPictureUrl);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(this.deletNewImgs)
|
console.log(this.deletNewImgs)
|
||||||
if(obj.pictureUrlList.length>0){
|
if(obj.pictureUrlList.length>0){
|
||||||
updatePicture({pictureUrlList:this.deletNewImgs}).then((res) => {
|
updatePicture({pictureUrlList:this.deletNewImgs}).then((res) => {
|
||||||
@ -947,7 +949,7 @@ export default {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.deletNewImgs=[],
|
||||||
this.nurseItemquery.nurseStationId = null;
|
this.nurseItemquery.nurseStationId = null;
|
||||||
this.imgs = { pictureUrlList: [] };
|
this.imgs = { pictureUrlList: [] };
|
||||||
this.open = false;
|
this.open = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user