From 3dc9c0b86d506eedb56a717619999a93db3ee6c4 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 24 Aug 2023 15:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E6=9F=A5=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/lulong/AppReportAiWill/components/Detail.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/lulong/AppReportAiWill/components/Detail.vue b/project/lulong/AppReportAiWill/components/Detail.vue index 9a696932..764ad41f 100644 --- a/project/lulong/AppReportAiWill/components/Detail.vue +++ b/project/lulong/AppReportAiWill/components/Detail.vue @@ -262,6 +262,7 @@ export default { this.forwardForm.girdMemberId = '' this.forwardForm.girdMemberName = '' this.forwardForm.name = '' + this.forwardForm.files = [] }, formatList(list) { @@ -296,6 +297,7 @@ export default { }).then(res => { if (res?.code == 0) { this.isShowForward = false + this.onClose() this.getDetail() this.$message.success('转交成功!') }