mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 12:50:48 +00:00
fix: 客户端选择sso登录输入相同地址时提交无反应的问题
This commit is contained in:
parent
8a870a361d
commit
5ff1f57017
@ -255,7 +255,7 @@ export default {
|
||||
placeholder: "请输入服务器地址",
|
||||
onOk: (value, cb) => {
|
||||
if (value) {
|
||||
this.inputServerChack(value).then(_ => cb)
|
||||
this.inputServerChack(value).then(cb)
|
||||
} else {
|
||||
this.clearServerUrl();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user