fix:交接扫码时光标丢失问题

This commit is contained in:
shijing 2026-07-23 15:04:31 +08:00
parent 23313d5ced
commit 1770b10d07
1 changed files with 1 additions and 0 deletions

View File

@ -915,6 +915,7 @@ export default {
this.imputDisable = true; this.imputDisable = true;
await this.getInputText(data); await this.getInputText(data);
this.imputDisable = false; this.imputDisable = false;
await this.$nextTick();
this.$refs.codeInput.focus(); this.$refs.codeInput.focus();
}, },