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