Compare commits
2 Commits
ec59a0ac98
...
ca5d96bd86
| Author | SHA1 | Date |
|---|---|---|
|
|
ca5d96bd86 | |
|
|
1770b10d07 |
|
|
@ -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();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue