diff --git a/src/router/module/constRouter/index.ts b/src/router/module/constRouter/index.ts index a589b0a..c4ab416 100644 --- a/src/router/module/constRouter/index.ts +++ b/src/router/module/constRouter/index.ts @@ -49,7 +49,7 @@ export const constRouter: any = { // hidden: false, // }, // }, - { + /* { path: '/raceList', name: 'RaceList', component: () => import('@/views/raceList/index.vue'), @@ -58,7 +58,7 @@ export const constRouter: any = { title: '竞赛列表', hidden: false, }, - }, + },*/ { path: '/competition', name: 'Competition', diff --git a/src/views/registrationGroup/components/stuDialog.vue b/src/views/registrationGroup/components/stuDialog.vue index ebc9f64..e9176f1 100644 --- a/src/views/registrationGroup/components/stuDialog.vue +++ b/src/views/registrationGroup/components/stuDialog.vue @@ -13,7 +13,7 @@ @@ -109,7 +109,7 @@ const params = reactive({ const name = ref('') // 搜索 const search = () => { - params.name=name.value + params.work_no="*"+name.value+"*" getList() } const loading = ref(false) diff --git a/src/views/registrationGroup/index.vue b/src/views/registrationGroup/index.vue index 0dbaac8..397d1f8 100644 --- a/src/views/registrationGroup/index.vue +++ b/src/views/registrationGroup/index.vue @@ -193,7 +193,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 })