mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-24 19:06:35 +08:00
选择证书时,如果证书列表为空,则提示可以搜索未指定用户证书
This commit is contained in:
@@ -74,4 +74,11 @@ Tea.context(function () {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
this.searchNoneUserCerts = function () {
|
||||
this.$refs.userSelector.clear()
|
||||
this.$delay(function () {
|
||||
this.$refs.searchForm.submit()
|
||||
}, 10)
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user