Browse Source

Merge branch 'dev' of https://git.citupro.com/zhengnaiwen_citu/menduner into dev

lifanagju_citu 6 months ago
parent
commit
cdc21e4182
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/recruit/enterprise/resume/components/screen.vue

+ 1 - 1
src/views/recruit/enterprise/resume/components/screen.vue

@@ -116,7 +116,7 @@ if (props.jobId) {
   const job = list.value.find(e => e.key === 'jobId')
   const job = list.value.find(e => e.key === 'jobId')
   getJobList(job).then(data => {
   getJobList(job).then(data => {
     if (!data || !data.length) return
     if (!data || !data.length) return
-    const id = data.find(e => e.value === props.jobId)
+    const id = data.find(e => e.value.toString() === props.jobId)
     handleClick(id, job)
     handleClick(id, job)
   })
   })
   if (props.hire) {
   if (props.hire) {