个险业绩排行优化

This commit is contained in:
mengxiaolong
2020-11-04 18:35:05 +08:00
parent 9a50b56955
commit 9c30062752
5 changed files with 637 additions and 136 deletions

View File

@@ -87,6 +87,9 @@ let renewalManage = [
'/renewal/getRenewalList' //续期列表查询
]
// 个险业绩排行优化
let performanceRanking = ['/data/performance/getComList', '/data/performance/getComPerformance']
let whiteList = [
'/customer/agent/getCustomersList',
...proposal,
@@ -97,7 +100,8 @@ let whiteList = [
...manpower,
...productStore,
...preserve,
...renewalManage
...renewalManage,
...performanceRanking
]
// 创建axios实例