增加数据源列表参数
parent
4c468c3aa4
commit
c7bad19389
|
@ -185,7 +185,7 @@
|
|||
icon="el-icon-aim"
|
||||
size="mini"
|
||||
type="text"
|
||||
@click="text(scope.row)">测试连接</el-button>
|
||||
@click="textConnect(scope.row)">测试连接</el-button>
|
||||
</template>
|
||||
|
||||
</el-table-column>
|
||||
|
@ -249,7 +249,7 @@ export default {
|
|||
})
|
||||
},
|
||||
//测试连接
|
||||
text(row){
|
||||
textConnect(row){
|
||||
connectionTest(row).then(res=>{
|
||||
if (res.code===200){
|
||||
alert("测试连接成功");
|
||||
|
|
Loading…
Reference in New Issue