优化代码

This commit is contained in:
GoEdgeLab
2022-09-25 20:34:43 +08:00
parent 85d862b4d2
commit b63afd5f66
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 () {