选择证书时,如果证书列表为空,则提示可以搜索未指定用户证书

This commit is contained in:
GoEdgeLab
2023-04-22 12:04:04 +08:00
parent 58b10a0982
commit 70ab7bebc6
4 changed files with 23 additions and 5 deletions

View File

@@ -74,4 +74,11 @@ Tea.context(function () {
}
})
}
this.searchNoneUserCerts = function () {
this.$refs.userSelector.clear()
this.$delay(function () {
this.$refs.searchForm.submit()
}, 10)
}
})