From a4b0e8fcb450dd4f512ee126f315a4a649c9b0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 22 Feb 2023 10:46:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/poser/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;