Xiao_123 11 месяцев назад
Родитель
Сommit
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}`)
 }
 
 // 行业列表