forked from github/dataease
fix(数据同步): 修复创建任务时,输入已存在的目标表,提示失败,第二次却能成功的问题,以及数据源状态更新逻辑优化
This commit is contained in:
parent
5dfe83ffc7
commit
3c1cb90424
@ -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}` })
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user