From 4b7a923db7c0de1f7e6dc00d6114debbf69f4a9f 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:32:04 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/system/hospitalPerson/index.vue b/src/views/system/hospitalPerson/index.vue index bfc3efa..d3eb763 100644 --- a/src/views/system/hospitalPerson/index.vue +++ b/src/views/system/hospitalPerson/index.vue @@ -1129,7 +1129,6 @@ export default { if (this.deletUploadImages.length > 0) { updatePicture({ pictureUrlList: this.deletUploadImages }).then( (res) => { - // this.open = false; } ); } @@ -1137,13 +1136,12 @@ export default { if (this.deletupdata.length > 0) { updatePicture({ pictureUrlList: this.deletupdata }).then( (res) => { - // this.open = false; + } ); } this.imgsurl = { pictureUrlList: [] }; this.addopen = false; - this.addopen = false; this.reset(); }, // 表单重置