Merge pull request #11168 from dataease/pr@dev-v2@xpack-sync-fix

Pr@dev v2@xpack sync fix
This commit is contained in:
jianneng-fit2cloud 2024-07-24 21:56:35 +08:00 committed by GitHub
commit 64c901227f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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}` })
}

@ -1 +1 @@
Subproject commit 1ae6324b4f22f14846ad2990bdaea0915be83c3e
Subproject commit 6b11e3086ee05831e8f74f01d6c32c17baf1103a