Commit 8f32c1e0 authored by zhengke's avatar zhengke

修改

parent 88625dc2
......@@ -41,6 +41,7 @@
<th>部门</th>
<th>姓名</th>
<th>团号</th>
<th>团队ID</th>
<th>提成金额</th>
<th>收客人数</th>
<th>期数</th>
......@@ -51,6 +52,7 @@
<td>{{item.DepartmentName}}</td>
<td>{{item.CreateByStr}}</td>
<td>{{item.TCNUM}}</td>
<td>{{item.TCID}}</td>
<td>{{item.CommissionMoney}}</td>
<td>{{item.PeopleCount}}</td>
<td>{{item.Periods}}</td>
......@@ -155,6 +157,7 @@
if(res.data.resultCode == 1) {
this.DataList = res.data.data.pageData;
this.total=res.data.data.count;
console.log(this.DataList,'data');
} else {
this.Error(res.data.message);
}
......
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