mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 04:46:44 +08:00
任务
This commit is contained in:
@@ -79,7 +79,7 @@ const user = {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
refrashStudyTaskCount({ commit }) {
|
refrashStudyTaskCount({ commit }) {
|
||||||
apiBoeCourse.cmtaskList({page:1,size:1}).then(res=>{
|
apiBoeCourse.cmtaskList({page:1,size:1,get_count:1}).then(res=>{
|
||||||
if(res.status==200){
|
if(res.status==200){
|
||||||
let count = 0;
|
let count = 0;
|
||||||
if(res.result.count > 0){
|
if(res.result.count > 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user