This commit is contained in:
wangshiming
2022-04-11 14:13:34 +08:00
parent 8c477a6b94
commit 044f79cabc
4 changed files with 27 additions and 6 deletions

View File

@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-12-29 13:12:35
* @LastEditTime : 2022-04-09 17:08:15
* @LastEditTime : 2022-04-11 14:11:21
* @LastEditors : Shiming
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath : \\tms-obc-web\\src\\app\\routes\\ticket-management\\services\\ticket.service.ts
@ -145,7 +145,7 @@ export class TicketService extends ShipperBaseService {
super(injector);
}
reviewPDF(url: string) {
public reviewPDF(url: string) {
if (!url) {
return;
}