From 426a43b80eb7405fef2834090d875a278b88c1b5 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Fri, 10 Oct 2025 08:57:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4handover=5Fform?= =?UTF-8?q?=E4=B8=AD=E7=9A=84ticketd=5Fb=5Fstart=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover_form.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index 515083f8..1ef0c4a5 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -391,9 +391,9 @@ export default { }else{ that.mode = "show"; } - that.$nextTick(()=>{ - that.$refs.ticketd_b_start.init(); - }) + // that.$nextTick(()=>{ + // that.$refs.ticketd_b_start.init(); + // }) }) }