chentaisen 2024-08-25 16:53:07 +08:00
commit dd418eed6d
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"