fix:交接扫码时光标丢失问题
This commit is contained in:
parent
23313d5ced
commit
1770b10d07
|
|
@ -915,6 +915,7 @@ export default {
|
|||
this.imputDisable = true;
|
||||
await this.getInputText(data);
|
||||
this.imputDisable = false;
|
||||
await this.$nextTick();
|
||||
this.$refs.codeInput.focus();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue