mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 02:58:10 +08:00
fix(数据源): 修复 Excel 文件上传时超过 1 分钟被取消但是系统无提示信息给用户
This commit is contained in:
@@ -152,6 +152,7 @@ export const uploadFile = async (data): Promise<IResponse> => {
|
||||
.post({
|
||||
url: '/datasource/uploadFile',
|
||||
data,
|
||||
loading: true,
|
||||
headersType: 'multipart/form-data;'
|
||||
})
|
||||
.then(res => {
|
||||
|
||||
Reference in New Issue
Block a user