Explorar el Código

职位管理:查看已投递简历不带招聘会参数

Xiao_123 hace 1 semana
padre
commit
927b10d50b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/PositionList/index.vue

+ 1 - 1
components/PositionList/index.vue

@@ -211,7 +211,7 @@ const handleDetail = (item) => {
 // 查看职位投递简历
 const handleToResume = (val) => {
   let url = `/pagesA/resume/index?jobId=${val.id}&jobName=${formatName(val.name)}`
-  if (val.bizId) url += `&jobFairId=${val.bizId}`
+  // if (val.bizId) url += `&jobFairId=${val.bizId}`
   uni.navigateTo({ url })
 }