edit
This commit is contained in:
@ -142,7 +142,7 @@ export class ExpressInfoComponent implements OnInit {
|
||||
this.selectedRows.map(item => item.expressCode)
|
||||
)
|
||||
.subscribe(res => {
|
||||
if (res) {
|
||||
if (res?.pdfUrl) {
|
||||
this.service.reviewPDF(res.pdfUrl);
|
||||
} else {
|
||||
this.service.msgSrv.warning('下载失败');
|
||||
|
||||
Reference in New Issue
Block a user