edit
This commit is contained in:
@ -131,7 +131,7 @@ export class FreightAccountService extends ShipperBaseService {
|
||||
const a = document.createElement('a');
|
||||
document.body.appendChild(a);
|
||||
a.href = objectUrl;
|
||||
a.download = '面单.pdf';
|
||||
a.download = '回单.pdf';
|
||||
if (isIE) {
|
||||
// 兼容IE11无法触发下载的问题
|
||||
(navigator as any).msSaveBlob(url, a.download);
|
||||
|
||||
Reference in New Issue
Block a user