From d1ff5be640a5376f028738ff916b909b4616e8a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 13 Mar 2023 10:16:25 +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 | 22 ++++++++++------------ src/views/system/stationAvatar/index.vue | 7 +++++++ 2 files changed, 17 insertions(+), 12 deletions(-) diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue index fdcb84c..d7ad162 100644 --- a/src/views/system/hospitalPerson/index.vue +++ b/src/views/system/hospitalPerson/index.vue @@ -311,7 +311,7 @@ @@ -606,7 +606,7 @@ /> - - + --> - + @@ -1201,8 +1201,6 @@ 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 +1349,7 @@ export default { if (this.deletUploadImages.length > 0) { updatePicture({ pictureUrlList: this.deletUploadImages }).then( (res) => { - this.open = false; + // this.open = false; } ); } @@ -1359,13 +1357,13 @@ export default { if (this.deletupdata.length > 0) { updatePicture({ pictureUrlList: this.deletupdata }).then( (res) => { - this.open = false; + // this.open = false; } ); } this.imgsurl = { pictureUrlList: [] }; this.addopen = false; - this.open = false; + this.addopen = false; this.reset(); }, // 表单重置 @@ -1455,7 +1453,7 @@ export default { getHospitalPerson(id).then((response) => { this.form = response.data; this.imgone = this.form.certificateUrl; - this.open = true; + this.addopen = true; this.title = "修改科室人员信息"; }); }, @@ -1470,7 +1468,7 @@ export default { if (this.form.id != null) { updateHospitalPerson(this.form).then((response) => { this.$modal.msgSuccess("修改成功"); - this.open = false; + this.addopen = false; this.getList(); }); } else { diff --git a/src/views/system/stationAvatar/index.vue b/src/views/system/stationAvatar/index.vue index 0b6d6e1..09a9d38 100644 --- a/src/views/system/stationAvatar/index.vue +++ b/src/views/system/stationAvatar/index.vue @@ -80,6 +80,7 @@
+