添加同步资产结构按钮

master
冷调 2024-08-25 18:35:02 +08:00
parent 90d707de8d
commit 7a6201bef2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ export function delSource(id) {
//同步资产结构 //同步资产结构
export function synchronous(data) { export function synchronous(data) {
return request({ return request({
url: '/source/data/synchronous', url: '/source/source/synchronous',
method: 'post', method: 'post',
data: data data: data
}) })