|
|
@ -211,7 +211,7 @@ export class ListItem extends BI.BasicButton { |
|
|
|
private testConnectionAction() { |
|
|
|
private testConnectionAction() { |
|
|
|
// 接口返回的内容是对称加密的,前端要先解密再用新加密传回去
|
|
|
|
// 接口返回的内容是对称加密的,前端要先解密再用新加密传回去
|
|
|
|
const connection = this.model.connections |
|
|
|
const connection = this.model.connections |
|
|
|
.find(item => item.connectionName === this.options.name) || {}; |
|
|
|
.find(item => item.connectionName === this.options.name); |
|
|
|
|
|
|
|
|
|
|
|
if (BI.isNull(connection)) return; |
|
|
|
if (BI.isNull(connection)) return; |
|
|
|
|
|
|
|
|
|
|
|