|
@@ -80,7 +80,9 @@ export default defineComponent({
|
|
|
const getList = async () => {
|
|
|
state.loading = true;
|
|
|
try {
|
|
|
+ console.log(route.query, 'route.query');
|
|
|
const res = await getTrainingStudentList({
|
|
|
+ classGroupId: route.query.classGroupId || '',
|
|
|
trainingId: route.query.trainingId,
|
|
|
...state.searchForm,
|
|
|
...state.pagination
|