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