mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 21:06:44 +08:00
fix:项目学时排行榜问题修改
This commit is contained in:
@@ -2852,8 +2852,8 @@ export default {
|
|||||||
.studytimeRank(obj)
|
.studytimeRank(obj)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log("项目学时榜单获取", res);
|
console.log("项目学时榜单获取", res);
|
||||||
if (res.data.datas) {
|
if (res.data.data) {
|
||||||
state.xueshitabledata = res.data.datas;
|
state.xueshitabledata = res.data.data;
|
||||||
state.studytimeRankLoading = false;
|
state.studytimeRankLoading = false;
|
||||||
} else {
|
} else {
|
||||||
state.xueshitabledata = [];
|
state.xueshitabledata = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user