From 67ffd4fc23370f2ac66641096ea7f41eb7772878 Mon Sep 17 00:00:00 2001 From: DevOps Date: Sun, 28 Dec 2025 17:12:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E8=B5=9B=E4=BA=8B?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E7=9A=84=20status=20=E9=99=90=E5=88=B6?= =?UTF-8?q?=EF=BC=8C=E6=98=BE=E7=A4=BA=E6=89=80=E6=9C=89=E8=B5=9B=E4=BA=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- src/views/martial/project/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }