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) => {