From 546939c62162f3028ee8654c2f42bc9d64a0904e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E8=BE=89?= Date: Thu, 25 Jun 2026 16:39:23 +0800 Subject: [PATCH 1/2] 11 --- config/routes.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/routes.ts b/config/routes.ts index 8b945fa..75250de 100644 --- a/config/routes.ts +++ b/config/routes.ts @@ -214,17 +214,17 @@ export default [ { name: '公共招聘会列表', path: '/jobfair/public-job-fair', - component: './Jobfair/Publicjobfair', + component: './Jobfair/PublicJobFair', }, { name: '招聘会详情', path: '/jobfair/public-job-fair/detail', - component: './Jobfair/Publicjobfair/Detail', + component: './Jobfair/PublicJobFair/Detail', }, { name: '报名人员', path: '/jobfair/public-job-fair/signups', - component: './Jobfair/Publicjobfair/Signups', + component: './Jobfair/PublicJobFair/Signups', }, { name: '户外招聘会管理', From 1eb2f4427635e8938dc8d66bc5ebc8a9c228188f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E8=BE=89?= Date: Thu, 25 Jun 2026 17:57:46 +0800 Subject: [PATCH 2/2] 1 --- src/pages/Management/List/SeeMatching/resumeView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Management/List/SeeMatching/resumeView.tsx b/src/pages/Management/List/SeeMatching/resumeView.tsx index afdd374..9d7ad02 100644 --- a/src/pages/Management/List/SeeMatching/resumeView.tsx +++ b/src/pages/Management/List/SeeMatching/resumeView.tsx @@ -70,7 +70,7 @@ const listEdit: React.FC = (props) => { setLoading(true); try { - const parm={userId:props.values.userId}; + const parm={userId: props.values.userId, jobId: props.matching?.jobId}; const response = await addCmsUserWorkExperiencesList(parm); if (response.code === 200) { setContactInfoList(response.rows);