fix:学员进度排行取值修改

This commit is contained in:
wyx
2023-02-18 12:01:50 +08:00
parent 32f42a32ed
commit 2a790462f8

View File

@@ -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 = [];