feat(xpack): 血缘分析

This commit is contained in:
dataeaseShu
2024-08-16 15:55:18 +08:00
parent f2ec5a2c0d
commit f07f00aa56
5 changed files with 277 additions and 26 deletions

View File

@@ -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