|
@@ -412,7 +412,7 @@ async function getMessageTypeSync () {
|
|
|
const _itemJSON = JSON.parse(_item.payload)
|
|
|
const _content = JSON.parse(_itemJSON.content)
|
|
|
positionInfo.value = _content.positionInfo
|
|
|
- debugger
|
|
|
+ // debugger
|
|
|
const check = await jobCvRelCheckSend({ jobId: _content.positionInfo.id })
|
|
|
handleChangeSendResumeStatus(check)
|
|
|
}
|
|
@@ -479,7 +479,7 @@ const handleUploadResume = async (url, title, filename) => {
|
|
|
const showUploadDialog = ref(false)
|
|
|
const enRequestPositionInfo = ref({}) // 企业求简历时选中的职位信息
|
|
|
async function handleSendResume (item) {
|
|
|
- debugger
|
|
|
+ // debugger
|
|
|
try {
|
|
|
item.loading = true
|
|
|
// 获取简历列表
|
|
@@ -556,7 +556,7 @@ const handleSubmitAttachment = async () => {
|
|
|
})
|
|
|
} else {
|
|
|
const jobId = enRequestPositionInfo.value && enRequestPositionInfo.value?.id ? enRequestPositionInfo.value?.id : positionInfo.value.id
|
|
|
- debugger
|
|
|
+ // debugger
|
|
|
const type = (enRequestPositionInfo.value && Object.keys(enRequestPositionInfo.value).length ? enRequestPositionInfo.value.hire : positionInfo.value.hire) ? 1 : 0
|
|
|
await jobCvRelSend({
|
|
|
jobId,
|