mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 14:26:45 +08:00
修改考试管理
This commit is contained in:
@@ -402,8 +402,8 @@ export default {
|
|||||||
taskId: props.datasource.courseId,
|
taskId: props.datasource.courseId,
|
||||||
targetId: props.datasource.projectId
|
targetId: props.datasource.projectId
|
||||||
}).then(res=>{
|
}).then(res=>{
|
||||||
state.tabledata = res.data.data.managementDtoList;
|
state.tabledata = res.data.data.managementDtoList.records;
|
||||||
state.tableDataTotal = res.data.data.total;
|
state.tableDataTotal = res.data.data.managementDtoList.total;
|
||||||
state.loadingData = false;
|
state.loadingData = false;
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -403,8 +403,8 @@ export default {
|
|||||||
taskId: props.datasource.courseId,
|
taskId: props.datasource.courseId,
|
||||||
targetId: props.datasource.routerId
|
targetId: props.datasource.routerId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
state.tabledata = res.data.data.managementDtoList;
|
state.tabledata = res.data.data.managementDtoList.records;
|
||||||
state.tableDataTotal = res.data.data.total;
|
state.tableDataTotal = res.data.data.managementDtoList.total;
|
||||||
state.loadingData = false;
|
state.loadingData = false;
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user