|
@@ -296,7 +296,7 @@ const handleDetail = async (val) => {
|
|
// 查看职位投递简历
|
|
// 查看职位投递简历
|
|
const handleToResume = (val) => {
|
|
const handleToResume = (val) => {
|
|
let path = `/recruit/enterprise/resume?id=${val.id}`
|
|
let path = `/recruit/enterprise/resume?id=${val.id}`
|
|
- if (val.bizId) path += `&jobFairId=${val.bizId}`
|
|
|
|
|
|
+ // if (val.bizId) path += `&jobFairId=${val.bizId}`
|
|
router.push(path)
|
|
router.push(path)
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|