ソースを参照

跳转invite地址不对

lifanagju_citu 3 ヶ月 前
コミット
e8ea865b6d

+ 3 - 0
components.d.ts

@@ -73,4 +73,7 @@ declare module 'vue' {
     VerifySlide: typeof import('./src/components/Verifition/Verify/VerifySlide.vue')['default']
     WangEditor: typeof import('./src/components/FormUI/wangEditor/index.vue')['default']
   }
+  export interface ComponentCustomProperties {
+    vLoading: typeof import('element-plus/es')['ElLoadingDirective']
+  }
 }

+ 1 - 1
src/views/recruit/enterprise/positionManagement/components/item.vue

@@ -288,7 +288,7 @@ const handleDetail = async (val) => {
 
 // 查看职位投递简历
 const handleToResume = (val) => {
-  let path = `/recruit/enterprise/invite/resume?id=${val.id}`
+  let path = `/recruit/enterprise/resume?id=${val.id}`
   if (val.bizId) path += `&jobFairId=${val.bizId}`
   router.push(path)
 }

+ 2 - 2
src/views/recruit/enterprise/search/retrieval/index.vue

@@ -403,7 +403,7 @@ const handleCommunicate = async (item) => {
   const userId = item.userId
   if (!userId) return
   await talkToUser({userId, text: defaultTextEnt})
-  let url = `/recruit/enterprise/invite/chatTools?id=${userId}`
+  let url = `/recruit/enterprise/chatTools?id=${userId}`
   router.push(url)
 }
 
@@ -434,7 +434,7 @@ const handleSubmit = async () => {
 }
 
 const handleToInterviewManagement = () => {
-  router.push('/recruit/enterprise/invite/interviewManagement')
+  router.push('/recruit/enterprise/interviewManagement')
 }
 
 // 人才详情