mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 22:06:45 +08:00
feat:修改学习路径获取学员列表
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user