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