From 9f64999a0228b3430ee56f05e36460586d4d4c09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 10 Mar 2023 17:46:29 +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/hospitalPerson/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue index 72a28ab..fdcb84c 100644 --- a/src/views/system/hospitalPerson/index.vue +++ b/src/views/system/hospitalPerson/index.vue @@ -928,6 +928,8 @@ export default { // 弹出层标题 title: "", deletNewImgs: [], + NewImgs:[], + objitempicture:[], objitem: [], // 是否显示弹出层 open: false, @@ -1199,6 +1201,8 @@ export default { console.log(this.deletupdata) }, imgUrl2(imgUrl) { + // this.NewImgs.push(imgUrl); + // this.objitempicture.push(imgUrl); console.log(imgUrl, "新上传"); this.form.personPictureUrl = imgUrl; this.deletUploadImages.push(imgUrl); @@ -1351,7 +1355,7 @@ export default { } ); } - console.log("",this.deletupdata) + console.log("11111",this.NewImgs) if (this.deletupdata.length > 0) { updatePicture({ pictureUrlList: this.deletupdata }).then( (res) => {