-- 查看

This commit is contained in:
yuping
2022-12-26 17:19:21 +08:00
parent 0f3df97c1e
commit 5e4e6f16b7
4 changed files with 528 additions and 491 deletions

View File

@@ -303,8 +303,8 @@ export default {
};
const check = () => {
let obj = {
projectId: 37,
studentId: 3,
projectId: props.projectId,
studentId: props.checkStuId,
};
studentProcess(obj).then((res) => {
console.log("查看了学员", res.data.data);

File diff suppressed because it is too large Load Diff