Ver Fonte

精选企业:查看更多职位跳转企业详情

Xiao_123 há 4 meses atrás
pai
commit
b67fa1423f
1 ficheiros alterados com 4 adições e 3 exclusões
  1. 4 3
      src/components/Enterprise/hotPromoted.vue

+ 4 - 3
src/components/Enterprise/hotPromoted.vue

@@ -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>