fix(数据源): 修复 Excel 文件上传时超过 1 分钟被取消但是系统无提示信息给用户

This commit is contained in:
taojinlong
2024-05-22 18:18:09 +08:00
parent eebc94a739
commit 4b6da963b4
4 changed files with 31 additions and 7 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 => {