积分统计
This commit is contained in:
@@ -303,7 +303,7 @@ export default {
|
|||||||
if (res.data.ruleSortList && res.data.ruleSortList.length > 10) {
|
if (res.data.ruleSortList && res.data.ruleSortList.length > 10) {
|
||||||
ruleSortList = res.data.ruleSortList.slice(0, 10);
|
ruleSortList = res.data.ruleSortList.slice(0, 10);
|
||||||
}
|
}
|
||||||
this.ruleSortListX = ruleSortList.map(e => e.integral_rule_name).reverse()
|
this.ruleSortListX = ruleSortList.map(e => e.apply_item_name).reverse()
|
||||||
this.ruleSortListY = ruleSortList.map(e => e.c).reverse()
|
this.ruleSortListY = ruleSortList.map(e => e.c).reverse()
|
||||||
}
|
}
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user