This commit is contained in:
steven
2022-10-09 14:29:54 +08:00
parent 9d35d9ecbc
commit b74404c18e
3 changed files with 4 additions and 3 deletions

View File

@@ -200,6 +200,7 @@ const mxd_export = async (params) => {
//'token': '...', // 根据需求添加
'Content-type': 'application/x-www-form-urlencoded'
},
withCredentials: false,
responseType: 'arraybuffer'
})
fileDownload(data, "", 'application/vnd.ms-excel');