forked from github/dataease
fix: 修复复制可视化资源出现权限变更的问题
This commit is contained in:
parent
9ec95b2b82
commit
0e07afe3aa
@ -17,7 +17,7 @@ export interface Panel {
|
||||
}
|
||||
|
||||
export const findCopyResource = async (dvId, busiFlag): Promise<IResponse> => {
|
||||
return request.get({ url: '/findCopyResource/findById/' + dvId + '/' + busiFlag })
|
||||
return request.get({ url: '/dataVisualization/findCopyResource/' + dvId + '/' + busiFlag })
|
||||
}
|
||||
|
||||
export const findById = async (dvId, busiFlag): Promise<IResponse> => {
|
||||
|
Loading…
Reference in New Issue
Block a user