Merge branch 'dev-v2' into pr@dev-v2_export_data

This commit is contained in:
taojinlong
2024-05-22 18:22:18 +08:00
79 changed files with 1423 additions and 199 deletions

View File

@@ -152,6 +152,7 @@ export const uploadFile = async (data): Promise<IResponse> => {
.post({
url: '/datasource/uploadFile',
data,
loading: true,
headersType: 'multipart/form-data;'
})
.then(res => {