fix: bug
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user