소스 검색

去掉debugger

lifanagju_citu 5 달 전
부모
커밋
45a9e6204e
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/recruit/components/message/index.vue

+ 3 - 3
src/views/recruit/components/message/index.vue

@@ -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,