|
@@ -52,7 +52,7 @@ export default defineComponent({
|
|
|
// const data = ref<any>(null)
|
|
|
const rows = ref<any[]>([])
|
|
|
const loading = ref(false)
|
|
|
- const aId = route.query.activityId || ''
|
|
|
+ const aId = Number(route.query.activityId) || 0
|
|
|
const studentActivityId = ref(aId)
|
|
|
// const finished = ref(false)
|
|
|
const isError = ref(false)
|