Merge branch 'master' of https://gitea.qinmian.online/2112A-ONE/cloud-ui
commit
dd418eed6d
|
@ -42,3 +42,11 @@ export function delData(id) {
|
|||
method: 'delete'
|
||||
})
|
||||
}
|
||||
//同步资产结构
|
||||
export function synchronous(data) {
|
||||
return request({
|
||||
url: '/source/data/synchronous',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue