导入问题

This commit is contained in:
2024-06-05 14:51:03 +08:00
parent 9b77d100ae
commit fa4ce4693e
2 changed files with 97 additions and 65 deletions

View File

@@ -44,7 +44,8 @@ export const importSensitiveUserData = (data: any) => {
return createAxios({
url: MAPPING_PATH + '/importSensitiveUserData',
method: 'POST',
data: data
data: data,
responseType: 'blob'
})
}