diff --git a/src/views/martial/project/index.vue b/src/views/martial/project/index.vue index 16cbf55..4d5385e 100644 --- a/src/views/martial/project/index.vue +++ b/src/views/martial/project/index.vue @@ -596,7 +596,7 @@ const rules = { // 加载赛事列表 const loadCompetitionList = async () => { try { - const res = await getCompetitionList(1, 1000, { status: 1 }) + const res = await getCompetitionList(1, 1000, {}) if (res.data && res.data.data && res.data.data.records) { competitionList.value = res.data.data.records }