feat:增加考试查看答卷

This commit is contained in:
wyx
2023-02-17 21:25:08 +08:00
parent 2d3a95f1bd
commit a90c667b2d
5 changed files with 5 additions and 6 deletions

View File

@@ -383,12 +383,11 @@ export default {
currentStageId: props.datasource.stageId,
type: 1,
pid: props.datasource.projectId,
taskId: props.datasource.projectTaskId,
taskId: props.datasource.id,
taskType: props.datasource.type,
status: state.projectName,
studentName: state.name,
}).then(res=>{
console.log(res)
state.tabledata = res.data.data.records;
state.tableDataTotal = res.data.data.total;
state.loadingData = false;