feat:增加项目/学习路径图案例管理模块学员列表查询及展示

This commit is contained in:
wyx
2023-01-11 17:51:13 +08:00
parent 397071c425
commit e0d7ceb25e
2 changed files with 2 additions and 2 deletions

View File

@@ -340,7 +340,7 @@ export default {
// 获取数据
function getData() {
if (props.datasource.type == 11 || props.datasource.type == 9 || props.datasource.type == 6 || props.datasource.type == 7) {
if (props.datasource.type == 11 || props.datasource.type == 9 || props.datasource.type == 6 || props.datasource.type == 7 || props.datasource.type == 3) {
// 此处为获取评估学员的接口 - 如后续还有用到此接口的公共任务可直接在if里面加||判断即可
console.log("我是传递的查询参数", {
pageNo: state.currentPage,