Commit 75c2f4c9 authored by 罗超's avatar 罗超

no message

parent cfa28aab
......@@ -605,6 +605,17 @@ export function getTeacherContributeConfig(data) {
data
});
}
/**
* 获取业绩提成排名
*
*/
export function GetSellAchievementsRankStat_V2(data) {
return request({
url: '/SellAchievements/GetSellAchievementsRankStat_NewV2',
method: 'post',
data
})
}
/**
* 获取人头奖金配置分页列表
......
......@@ -800,7 +800,7 @@
this.dataList = res.Data.PageData;
this.PageCount = res.Data.PageCount;
this.titlelist = [];
for (let i = 0; i < this.RListlength; i++) {
for (let i = 0; i < this.RList.length; i++) {
let obj = [{
Name: '月份/续费/转介',
Id: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment