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