Xiao_123 11 miesięcy temu
rodzic
commit
496429250f

+ 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}`)
 }
 
 // 行业列表