修改机构查询接口, 调整表格宽度, 调整查询数据时机

This commit is contained in:
mengxiaolong
2021-01-22 13:30:29 +08:00
parent f3f2872406
commit 97c960251a
3 changed files with 31 additions and 14 deletions

View File

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