This commit is contained in:
daihh
2022-10-31 23:38:31 +08:00
parent b9385face1
commit ee386ab275

View File

@@ -79,7 +79,7 @@ const user = {
})
},
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){
let count = 0;
if(res.result.count > 0){