How to download fetch response in react as file

后端 未结 5 1151
不知归路
不知归路 2020-12-07 21:02

Here is the code in actions.js

export function exportRecordToExcel(record) {
    return ({fetch}) => ({
        type: EXPORT_RECORD_TO_EXCEL,         


        
5条回答
提交回复
热议问题