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;