From e5e00551de991eea176bffd2d502b8ecb52e2fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 26 Mar 2024 09:36:13 +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/manage/preHospitalized/index.vue | 1 + src/views/manage/visitin/index.vue | 1 + src/views/manage/visitout/index.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/src/views/manage/preHospitalized/index.vue b/src/views/manage/preHospitalized/index.vue index 2512ab7..a8c844f 100644 --- a/src/views/manage/preHospitalized/index.vue +++ b/src/views/manage/preHospitalized/index.vue @@ -655,6 +655,7 @@ export default { }, handleAvatarSuccess() { this.uploadcancel(); + this.fileList = [] this.getList(); }, handleRemove(file, fileList) { diff --git a/src/views/manage/visitin/index.vue b/src/views/manage/visitin/index.vue index 6eb78ee..626ebe4 100644 --- a/src/views/manage/visitin/index.vue +++ b/src/views/manage/visitin/index.vue @@ -683,6 +683,7 @@ export default { }, handleAvatarSuccess() { this.uploadcancel(); + this.fileList = [] this.getList(); }, handleRemove(file, fileList) { diff --git a/src/views/manage/visitout/index.vue b/src/views/manage/visitout/index.vue index 3015e7e..d989188 100644 --- a/src/views/manage/visitout/index.vue +++ b/src/views/manage/visitout/index.vue @@ -720,6 +720,7 @@ export default { }, handleAvatarSuccess() { this.uploadcancel(); + this.fileList = [] this.getList(); }, handleRemove(file, fileList) {