表结构的前台代码

master
冷调 2024-08-25 16:34:29 +08:00
parent 486634c92f
commit fc8e1b6b1d
2 changed files with 14 additions and 0 deletions

View File

@ -42,3 +42,11 @@ export function delData(id) {
method: 'delete'
})
}
//同步资产结构
export function synchronous(data) {
return request({
url: '/source/data/synchronous',
method: 'post',
data: data
})
}

View File

@ -102,6 +102,12 @@
icon="el-icon-link"
@click="handleConnect(scope.row)"
>测试连接</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-link"
@click="handleConnect(scope.row)"
>同步资产结构</el-button>
<el-button
size="mini"
type="text"