This commit is contained in:
RenCheng 2025-05-23 23:13:05 +08:00
parent b7048baf2a
commit 65943c1612

View File

@ -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);