mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix: 修复复制可视化资源出现权限变更的问题
This commit is contained in:
@@ -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> => {
|
||||
|
||||
Reference in New Issue
Block a user