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