资产结构展示
parent
ae63f3f0cd
commit
1ae24fc57a
|
@ -314,10 +314,10 @@ export default {
|
|||
testConnection(dataSource).then(res => {
|
||||
console.log(res)
|
||||
if (res.code == 200) {
|
||||
this.$message.success(res.msg)
|
||||
this.$message.success("连接成功")
|
||||
this.getList()
|
||||
} else {
|
||||
this.$message.error(res.msg)
|
||||
this.$message.error("连接失败")
|
||||
}
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue