修改86
This commit is contained in:
parent
b7048baf2a
commit
65943c1612
|
@ -352,6 +352,7 @@ import { datasyncqueryPage,
|
||||||
that.confirmLoading = true;
|
that.confirmLoading = true;
|
||||||
datasynctestConn({ip:values.ip,port:values.port,username:values.username,password:values.password}).then((res) => {
|
datasynctestConn({ip:values.ip,port:values.port,username:values.username,password:values.password}).then((res) => {
|
||||||
if (res.result) {
|
if (res.result) {
|
||||||
|
this.testConnBool =true;
|
||||||
this.getdatabaseList();
|
this.getdatabaseList();
|
||||||
} else {
|
} else {
|
||||||
this.$message.warning(res.message);
|
this.$message.warning(res.message);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user