diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index d109e56..e06ded0 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -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;