This commit is contained in:
“zouyf” 2024-11-12 15:43:47 +08:00
parent f20ddc1c58
commit fa54546f5e
1 changed files with 20 additions and 26 deletions

View File

@ -510,10 +510,8 @@ function Apis(key) {
})
}
const handleQueryFromEntpCourseWork= async (queryType) => {
pageParams.value.loading = true;
// ( warn: )
// if (this.courseObj.edusubject=='' && this.courseObj.edustage=='') {
// // [+][+]
@ -553,15 +551,11 @@ const handleQueryFromEntpCourseWork= async (queryType) => {
pageParams.value.originCount = workResource.entpCourseWorkList.length;
pageParams.value.total = parseInt(res.msg);
paginationParams.pageNum = Math.ceil(parseInt(res.msg)/paginationParams.pageSize);
console.log('first->', pageParams.value, paginationParams);
//console.log('first->', pageParams.value, paginationParams);
}
}
pageParams.value.loading = false;
});
//const entpcourseworkres = await listEntpcourseworkNew(queryForm);
// const data = entpcourseworkres.data;
});
}