From 1770b10d07fd040c9ca352d0bb5ac203ad26df83 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 23 Jul 2026 15:04:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BA=A4=E6=8E=A5=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E6=97=B6=E5=85=89=E6=A0=87=E4=B8=A2=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/handover_form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/wpm_bx/handover_form.vue b/src/views/wpm_bx/handover_form.vue index 5895118d..ca354ad3 100644 --- a/src/views/wpm_bx/handover_form.vue +++ b/src/views/wpm_bx/handover_form.vue @@ -915,6 +915,7 @@ export default { this.imputDisable = true; await this.getInputText(data); this.imputDisable = false; + await this.$nextTick(); this.$refs.codeInput.focus(); },