增加数据源列表参数

wangxinyuan
lwj 2024-08-22 21:55:44 +08:00
parent 4c468c3aa4
commit c7bad19389
1 changed files with 2 additions and 2 deletions

View File

@ -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("测试连接成功");