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(); + // }) }) }