lex 1 yıl önce
ebeveyn
işleme
665101c903

+ 4 - 0
index.html

@@ -190,7 +190,11 @@
           });
           // 尝试监听install
         }
+<<<<<<< Updated upstream
 
+=======
+        console.log('index.html')
+>>>>>>> Stashed changes
         window.location.reload();
       }
       // let refreshing = false

+ 1 - 0
src/components/RouterError/index.tsx

@@ -19,6 +19,7 @@ const reloadPage = async () => {
     });
     // 尝试监听install
   }
+  console.log('route index');
   window.location.reload();
 };
 

+ 1 - 1
src/views/classList/components/afterWork.tsx

@@ -208,11 +208,11 @@ export default defineComponent({
       ];
     };
     const gotoWorkDetail = (row: any) => {
-      console.log(row);
       router.push({
         path: '/afterWorkDetail',
         query: {
           ...route.query,
+          classGroupId: row.classGroupId,
           teacherName: row.teacherName,
           trainingId: row.id
         }

+ 2 - 0
src/views/classList/components/afterWorkDetail.tsx

@@ -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