lrj
2 天以前 7ad9c3c93f0cc103347ae2e2429e0122fb512e24
web/src/views/check-list.vue
File was renamed from web/src/views/player/index.vue
@@ -230,9 +230,15 @@
const loadData = async () => {
  loading.value = true
  try {
    // 确保activityId是正确的类型
    let activityId = null
    if (searchForm.activityId && searchForm.activityId !== '') {
      activityId = searchForm.activityId
    }
    const response = await PlayerApi.getApplications(
      searchForm.name || '', 
      searchForm.activityId || null,
      activityId,
      searchForm.state !== '' ? parseInt(searchForm.state) : null,
      pagination.page, 
      pagination.size