liushengqiang 1 year ago
parent
commit
a5e96d6e09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/exercise-record/exercis-detail.tsx

+ 1 - 1
src/views/exercise-record/exercis-detail.tsx

@@ -61,7 +61,7 @@ export default defineComponent({
       page: 1,
       rows: 20,
       userId: route.query.id,
-      clientType: 'STUDENT'
+      clientType: globalState.platformType
     })
     const showTip = ref(false)
     const minDate = ref(new Date(dayjs().subtract(10, 'year').format('YYYY-MM-DD')))