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(); }, // 表单重置