mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-17 11:36:45 +08:00
修改机构查询接口, 调整表格宽度, 调整查询数据时机
This commit is contained in:
@@ -27,3 +27,12 @@ export function getComPerformance(data) {
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
// 个险业绩排行优化: 机构查询
|
||||
export function getOrgList(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performance/getBranchComList', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user