mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
-- 查看
This commit is contained in:
@@ -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
Reference in New Issue
Block a user