axios 处理下载文件 responseType: “blob“, //注意,下载报错转成json
try{setLoading(true);constres=awaitfetchDownloadCallRecord({taskNo,callIds,});console.log('res',res);const{data}=res;letr=newFileReader();r.onloadend=function(e){//如果JSON.parse(this.result)不报错,说明this.