This commit is contained in:
wangshiming
2022-04-18 16:56:20 +08:00
parent 4068a3ece2
commit 582ea2d3fa
7 changed files with 133 additions and 149 deletions

View File

@ -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) {