1 | xxx.subscribe( (res) => { |
服务层代码:
Angular post 中 需要加上 {responseType: 'blob', observe: 'response'} //observe 返回完整的返回体
1 | exportData(body: any): Observable<HttpResponse<Blob>> { |
1 | xxx.subscribe( (res) => { |
服务层代码:
Angular post 中 需要加上 {responseType: 'blob', observe: 'response'} //observe 返回完整的返回体
1 | exportData(body: any): Observable<HttpResponse<Blob>> { |