getPDF(){ this.apiService.getPDF(this.invoiceId) .subscribe( (data: Blob) => { var file = new Blob([data], { type: 'application/pdf' }) var ...
確定! 回上一頁