mirror of
https://github.com/dataease/dataease.git
synced 2026-06-17 21:08:31 +08:00
fix(X-Pack): 查询同步管理插件时,不使用XpackComponent形式
This commit is contained in:
@@ -49,3 +49,7 @@ export const getFieldListApi = data => {
|
||||
export const validateByIdApi = (id: string) => {
|
||||
return request.get({ url: `/sync/datasource/validate/${id}` })
|
||||
}
|
||||
|
||||
export const loadSyncPlugin = () => {
|
||||
return request.get({ url: '/xpackComponent/syncPlugins' })
|
||||
}
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: 808c95367f...9d6d7bf279
Reference in New Issue
Block a user