mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
-- fix bug 外部考试
This commit is contained in:
@@ -397,8 +397,9 @@
|
||||
status: state.projectName,
|
||||
studentName: state.name,
|
||||
targetId: props.datasource.projectId,
|
||||
taskId: props.datasource.courseId,
|
||||
type: 2,
|
||||
courseId: props.datasource.courseId,
|
||||
taskId: props.datasource.id,
|
||||
type: 1,
|
||||
}).then(res=>{
|
||||
console.log(res)
|
||||
state.tabledata = res.data.data.records;
|
||||
|
||||
Reference in New Issue
Block a user