|
@@ -41,7 +41,8 @@ getPositionList()
|
|
|
|
|
|
// 职位详情
|
|
|
const handlePosition = (item) => {
|
|
|
- window.open(`/recruit/position/details/${item.positionId}`)
|
|
|
+ if (!item.id) return
|
|
|
+ window.open(`/recruit/position/details/${item.id}`)
|
|
|
}
|
|
|
const handleEnterprise = (item) => {
|
|
|
window.open(`/company/details/${item.enterpriseId}?key=briefIntroduction`)
|