个险业绩排行优化

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

@@ -9,3 +9,21 @@ export function branchOfficeApi(data) {
data
})
}
// 个险业绩排行优化: 机构查询
export function getComList(data) {
return request({
url: getUrl('/data/performance/getComList', 1),
method: 'post',
data
})
}
// 个险业绩排行优化: 业绩查询
export function getComPerformance(data) {
return request({
url: getUrl('/data/performance/getComPerformance', 1),
method: 'post',
data
})
}