baigl #19

Merged
baigl merged 3 commits from baigl into main 2024-11-11 10:19:12 +08:00
1 changed files with 3 additions and 2 deletions
Showing only changes of commit cbd706fed1 - Show all commits

View File

@ -394,10 +394,11 @@ const handleQueryParamFromEntpCourseWork = (queryType) => {
* 2 - 按关键词查询
*/
const handleQueryFromEntpCourseWork= (queryType) => {
//queryForm.pageNum = this.paginationParams.pageNum;
//queryForm.pageSize = this.paginationParams.pageSize;
const queryForm = {
//
currentPage: paginationParams.pageNum,
pageSize: paginationParams.pageSize,
//
eid: props.bookobj.levelSecondId,
sectionName: props.bookobj.coursetitle,