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