fix:修改学习路径图学员列表获取接口

This commit is contained in:
wyx
2023-02-13 16:04:23 +08:00
parent 3f23318817
commit 53a56c1874

View File

@@ -1969,7 +1969,7 @@ export default {
routerId: state.routerId, routerId: state.routerId,
}; };
api api
.getStudent(obj) .getStuPage(obj)
.then((res) => { .then((res) => {
console.log("获取学员列表", res); console.log("获取学员列表", res);
let data = res.data.data.rows || null; let data = res.data.data.rows || null;