mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
fix:学员进度排行取值修改
This commit is contained in:
@@ -2801,8 +2801,8 @@ export default {
|
|||||||
.completionRank(obj)
|
.completionRank(obj)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log("项目进度榜单获取", res);
|
console.log("项目进度榜单获取", res);
|
||||||
if (res.data.datas) {
|
if (res.data.data.datas) {
|
||||||
state.jindutabledata = res.data.datas;
|
state.jindutabledata = res.data.data.datas;
|
||||||
state.processRankLoading = false;
|
state.processRankLoading = false;
|
||||||
} else {
|
} else {
|
||||||
state.jindutabledata = [];
|
state.jindutabledata = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user