|
@@ -105,9 +105,10 @@ const handleClickPosition = (k) => {
|
|
|
|
|
|
// 查看更多职位
|
|
|
const handleMoreEnterprise = (item) => {
|
|
|
- // if (!item.enterprise.id) return
|
|
|
- // window.open(`/recruit/personal/company/details/${item.enterprise.id}?key=recruitmentPositions`)
|
|
|
- window.open(`/recruit/personal/position?content=${item.enterprise.anotherName || item.enterprise.name}`)
|
|
|
+ if (!item.enterprise.id) return
|
|
|
+ window.open(`/recruit/personal/company/details/${item.enterprise.id}?key=recruitmentPositions`)
|
|
|
+ // const name = formatName('天津鹏瑞利明宇酒店群&天津')
|
|
|
+ // window.open(`/recruit/personal/position?content=${name}`)
|
|
|
}
|
|
|
</script>
|
|
|
|