-
选择题目
+
选择项目
300+竞赛登陆后请报名
diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue
index 93864bc..762c3d1 100644
--- a/src/views/registrationGroup/index.vue
+++ b/src/views/registrationGroup/index.vue
@@ -182,7 +182,7 @@ getNdbswxqList(route.query.bcId as string).then((res: any) => {
if (res.result) ndbs.value = res.result
})
getComppxqList(route.query.id as string).then((res: any) => {
- console.log(res.result, 'xm')
+ //console.log(res.result, 'xm')
if (res.result) ndbsXm.value = res.result
})