fix bug
This commit is contained in:
@ -42,6 +42,8 @@ export class DataService extends BaseService {
|
||||
|
||||
// 查询货主报表
|
||||
$api_listShipperReportPage = `/api/sdc/report/listShipperReportPage`;
|
||||
// 司机报表
|
||||
$api_listDriverReportPage = `/api/sdc/report/listDriverReportPage`;
|
||||
|
||||
constructor(public injector: Injector) {
|
||||
super(injector);
|
||||
|
||||
Reference in New Issue
Block a user