This commit is contained in:
闫晓茹 2023-02-22 10:46:05 +08:00
parent 80374b7993
commit a4b0e8fcb4

View File

@ -916,6 +916,7 @@ export default {
this.deletNewImgs.push(imgUrlData.posterPictureUrl)
console.log(this.deletNewImgs,'触发了上传时间')
this.objitem.push(imgUrlData.posterPictureUrl)
console.log(this.objitem)
},
imgUrl2(imgUrl) {
@ -940,6 +941,7 @@ export default {
obj.pictureUrlList.push(e.posterPictureUrl);
});
}
console.log(this.deletNewImgs)
if(obj.pictureUrlList.length>0){
updatePicture({pictureUrlList:this.deletNewImgs}).then((res) => {
@ -947,7 +949,7 @@ export default {
});
}
this.deletNewImgs=[],
this.nurseItemquery.nurseStationId = null;
this.imgs = { pictureUrlList: [] };
this.open = false;