From cc53e681c5423f28ac1be07c1f5f3d0fa86965b5 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 25 Jul 2025 17:12:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=80=80=E8=B4=A7=E4=BA=A4=E6=8E=A5?= =?UTF-8?q?=E5=90=8E=E8=A1=A8=E6=A0=BC=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover_form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index b76b8913..eb05fb93 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -565,6 +565,7 @@ export default { that.$API.wf.ticket.create.req(ticket).then((res) => { that.isSaveing = false; that.visible = false; + that.$emit("success"); that.$message.success("提亀成功"); }).catch((e) => { that.isSaveing = false;