添加同步资产结构按钮
parent
90d707de8d
commit
7a6201bef2
|
@ -53,7 +53,7 @@ export function delSource(id) {
|
|||
//同步资产结构
|
||||
export function synchronous(data) {
|
||||
return request({
|
||||
url: '/source/data/synchronous',
|
||||
url: '/source/source/synchronous',
|
||||
method: 'post',
|
||||
data: data
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue