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('转交成功!') }