JayChou 6 months ago
commit 871b9b5ca2
  1. 4
      src/router/module/constRouter/index.ts
  2. 4
      src/views/registrationGroup/components/stuDialog.vue
  3. 2
      src/views/registrationGroup/index.vue

@ -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',

@ -13,7 +13,7 @@
<div class="search">
<el-row gutter="20">
<el-col :span="8"></el-col>
<el-col :span="12"><el-input placeholder="请输入学生姓名" v-model="name"></el-input></el-col>
<el-col :span="12"><el-input placeholder="请输入学生学号" v-model="name"></el-input></el-col>
<el-col :span="4"><el-button type="primary" @click="search" >搜索</el-button></el-col>
</el-row>
</div>
@ -109,7 +109,7 @@ const params = reactive<any>({
const name = ref('')
//
const search = () => {
params.name=name.value
params.work_no="*"+name.value+"*"
getList()
}
const loading = ref(false)

@ -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
})

Loading…
Cancel
Save