소스 검색

职位详情

Xiao_123 11 달 전
부모
커밋
496429250f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Enterprise/components/positions.vue

+ 1 - 1
src/components/Enterprise/components/positions.vue

@@ -110,7 +110,7 @@ if (routeQuery) query = routeQuery
 
 // 职位详情
 const handlePosition = (val) => {
-  window.open(`/recruit/position/details/${val.job.positionId}`)
+  window.open(`/recruit/position/details/${val.job.id}`)
 }
 
 // 行业列表