Explorar o código

Merge branch '2023-8-14_老师端声部筛选' into jenkins

liushengqiang %!s(int64=2) %!d(string=hai) anos
pai
achega
03a2d0821a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')))