Xiao_123 1 year ago
parent
commit
9003424767
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Enterprise/components/positions.vue

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

@@ -97,7 +97,7 @@ const handleChangePage = (index) => {
 }
 
 const handlePosition = (val) => {
-  window.open(`/recruit/position/details/${val.positionId}`)
+  window.open(`/recruit/position/details/${val.job.positionId}`)
 }
 
 // 行业列表