fix:在线课增加分页查询、学员模板环境变量配置修改。

This commit is contained in:
wyx
2023-01-18 16:56:35 +08:00
parent e0f4c84ff0
commit 4365cdb0ed
7 changed files with 15 additions and 15 deletions

View File

@@ -384,6 +384,8 @@ export default {
});
} else if(props.datasource.type == 1) {
console.log("我是传递的查询参数", {
"pageNo": state.currentPage,
"pageSize": state.pageSize,
"chapterId": props.datasource.chapterId,
"status": state.projectName,
"studentName": state.name,
@@ -393,6 +395,8 @@ export default {
});
api.QueryOnlineManagementDetail({
"pageNo": state.currentPage,
"pageSize": state.pageSize,
"chapterId": props.datasource.chapterId,
"status": state.projectName,
"studentName": state.name,