소스 검색

企业-职位管理:招聘会职位查看投递记录

Xiao_123 3 주 전
부모
커밋
a5d9639c5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recruit/enterprise/positionManagement/components/item.vue

+ 1 - 1
src/views/recruit/enterprise/positionManagement/components/item.vue

@@ -367,7 +367,7 @@ const handleDetail = async (val) => {
 // 查看职位投递简历
 const handleToResume = (val) => {
   let path = `/recruit/enterprise/resume?id=${val.id}`
-  // if (val.bizId) path += `&jobFairId=${val.bizId}`
+  if (val.jobFairId) path += `&jobFairId=${val.jobFairId}`
   router.push(path)
 }
 </script>