diff --git a/src/api/race.ts b/src/api/race.ts index 1d0adf9..c17a1b7 100644 --- a/src/api/race.ts +++ b/src/api/race.ts @@ -89,10 +89,10 @@ export const getHistoryRaceList = (params: any) => { }) } // 获取学生参加的比赛 -export const getStuRaceList = (params:any) => { +export const getStuRaceList = (params: any) => { return request({ url: '/annualcompetitionprojectregistration/annualCompetitionProjectRegistration/list4Stu', - params + params, }) } @@ -111,4 +111,11 @@ export const getTopicList = (params: any) => { url: '/topic/topic/selectList', params, }) - } \ No newline at end of file +} +export const sava = (data: any) => { + return request({ + url: '/upfilePersion/upfilePersion/updateStatusById', + method: 'POST', + data, + }) +} diff --git a/src/views/userInfo/components/reacList.vue b/src/views/userInfo/components/reacList.vue index 6c95082..4568704 100644 --- a/src/views/userInfo/components/reacList.vue +++ b/src/views/userInfo/components/reacList.vue @@ -12,6 +12,11 @@ + + + + + + +
- +
@@ -90,7 +115,7 @@