Compare commits

..

No commits in common. "ca5d96bd86fbccec920f182928f5ef902fa62620" and "ec59a0ac986d9c53f39d33e94fa7ddefabd109fd" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

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