优化代码

This commit is contained in:
刘祥超
2022-09-25 20:34:43 +08:00
parent 57b8496d89
commit 15a11c384b
9 changed files with 19 additions and 12 deletions

View File

@@ -92,6 +92,12 @@ Tea.context(function () {
this.dbSuccess = function (resp) {
this.step = this.STEP_ADMIN
this.dbInfo = resp.data.db
this.$delay(function () {
if (this.$refs.adminPasswordInput != null) {
this.$refs.adminPasswordInput.focus()
}
})
}
this.dbDone = function () {