|
@@ -222,7 +222,7 @@ const open = async (task_type, parse_result, task_id, isDetail) => {
|
|
|
resetData()
|
|
|
source.value = task_type
|
|
|
const dataList = results.map(e => {
|
|
|
- if (source.value === '招聘') e.data = e
|
|
|
+ if (source.value === '招聘') e.data = { ...e }
|
|
|
// 切换标签
|
|
|
tagList.value.push({ name: e.data.name_zh, checked: true })
|
|
|
return e
|
|
@@ -286,6 +286,7 @@ const handleStore = async () => {
|
|
|
results
|
|
|
}
|
|
|
}
|
|
|
+ debugger
|
|
|
await talentGatherApi.talentsAdd(JSON.stringify(params))
|
|
|
message.success('入库成功!')
|
|
|
dialogVisible.value = false
|