feat:修改学习路径获取学员列表

This commit is contained in:
lixg
2022-11-30 09:58:46 +08:00
parent b4b8d46fa1
commit 6275706f2a
4 changed files with 93 additions and 87 deletions

View File

@@ -1494,6 +1494,7 @@ export default {
key: "opacation",
width: 140,
align: "center",
fixed: "right",
scopedSlots: { customRender: "action" }, //引入的插槽
customRender: (text) => {
return (
@@ -1642,7 +1643,7 @@ export default {
name: "",
pageNo: state.currentPage,
pageSize: 10,
routerId: 100,
routerId: state.routerId,
};
api
.getStudent(obj)