From 1339e684a901f8b150839a63f6b652687dde9e70 Mon Sep 17 00:00:00 2001
From: Z-WICK <2289431216@qq.com>
Date: Sun, 28 Dec 2025 17:28:18 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E7=AD=9B=E9=80=89=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将分组类别从下拉框改为文本输入框,支持模糊搜索
- 移除项目类型筛选(后端不支持该字段)
- 修复handleReset中的缩进问题
---
src/views/martial/project/index.vue | 27 ++++-----------------------
1 file changed, 4 insertions(+), 23 deletions(-)
diff --git a/src/views/martial/project/index.vue b/src/views/martial/project/index.vue
index 4d5385e..a2000f7 100644
--- a/src/views/martial/project/index.vue
+++ b/src/views/martial/project/index.vue
@@ -28,31 +28,14 @@
/>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ />
+
{
competitionId: '',
projectName: '',
category: '',
- eventType: '',
type: ''
})
fetchData()