mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 19:42:56 +08:00
Merge pull request #11168 from dataease/pr@dev-v2@xpack-sync-fix
Pr@dev v2@xpack sync fix
This commit is contained in:
commit
64c901227f
@ -45,3 +45,7 @@ export const batchDelApi = (ids: string[]) => {
|
||||
export const getFieldListApi = data => {
|
||||
return request.post({ url: `/sync/datasource/fields`, data })
|
||||
}
|
||||
|
||||
export const validateByIdApi = (id: string) => {
|
||||
return request.get({ url: `/sync/datasource/validate/${id}` })
|
||||
}
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit 1ae6324b4f22f14846ad2990bdaea0915be83c3e
|
||||
Subproject commit 6b11e3086ee05831e8f74f01d6c32c17baf1103a
|
Loading…
Reference in New Issue
Block a user