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