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