mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
feat(xpack): 血缘分析
This commit is contained in:
@@ -120,6 +120,12 @@ export const delDatasetTree = async (id): Promise<IResponse> => {
|
||||
})
|
||||
}
|
||||
|
||||
export const perDelete = async (id): Promise<boolean> => {
|
||||
return request.post({ url: `/datasetTree/perDelete/${id}`, data: {} }).then(res => {
|
||||
return res?.data
|
||||
})
|
||||
}
|
||||
|
||||
export const getDatasourceList = async (): Promise<IResponse> => {
|
||||
return request.post({ url: '/datasource/tree', data: { busiFlag: 'datasource' } }).then(res => {
|
||||
return res?.data
|
||||
|
||||
Reference in New Issue
Block a user