Commit e9489dfa authored by zhangjianguo's avatar zhangjianguo

1

parent ef19be83
......@@ -2126,11 +2126,13 @@
this.Error("请选择层级!");
return;
}
this.disList2.forEach(item => {
item.GradeCommissionList.forEach(grade => {
item.GradeCommissionList.forEach((grade,index) => {
this.xxList.forEach(list => {
if (item.Id == list.Id) {
if (grade.DistributorGrade == this.gradeVal) {
if (index == this.gradeVal) {
if (this.fxVal == 1) {
grade.OneCommission = this.xxVal;
}
......
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