Compare commits

..

2 Commits

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