fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2021-12-27 10:30:56
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-04-15 16:03:46
|
||||
* @LastEditTime : 2022-04-18 16:37:20
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\datatable\\services\\data.service.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -88,6 +88,11 @@ export class DataService extends BaseService {
|
||||
// 客户-合规报表
|
||||
$api_listCusComplianceReportPage = `/api/sdc/report/listCusComplianceReportPage`;
|
||||
|
||||
// 查询业务员报表-客户、合伙人
|
||||
$api_listPartBusinessReportPage = `/api/sdc/report/listPartBusinessReportPage`;
|
||||
// 业务员-合规报表
|
||||
$api_listPartComplianceReportPage = `/api/sdc/report/listPartComplianceReportPage`;
|
||||
|
||||
|
||||
|
||||
constructor(public injector: Injector) {
|
||||
|
||||
Reference in New Issue
Block a user