zhengnaiwen_citu vor 6 Monaten
Ursprung
Commit
0ae4bfec95

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

@@ -393,9 +393,9 @@ const handlePreview = (val) => {
   emits('handlePreview', val)
 }
 
-const handleBack = (val) => {
-  emits('handleBack', val)
-}
+// const handleBack = (val) => {
+//   emits('handleBack', val)
+// }
 
 // 发送简历
 const handleSendResume = (val) => {

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

@@ -181,7 +181,7 @@ import Chatting from './components/chatting.vue'
 import { initConnect, send, initChart, getMoreMessages, checkConversation } from '@/hooks/web/useIM'
 import { useI18n } from '@/hooks/web/useI18n'
 import { getPositionDetails, jobCvRelCheckSend, jobCvRelSend, jobCvRelHireSend } from '@/api/position'
-import { getInterviewInviteListByInviteUserId, getMessageType, messageBack } from '@/api/common'
+import { getInterviewInviteListByInviteUserId, getMessageType } from '@/api/common'
 // import { getUserInfo } from '@/api/personal/user'
 import { getBaseInfo } from '@/api/common'
 import { getJobAdvertised } from '@/api/enterprise'
@@ -206,7 +206,7 @@ const chatRef = ref()
 
 const IM = useIMStore()
 // 自己的信息
-const { entBaseInfo, baseInfo } = useUserStore()
+const { entBaseInfo } = useUserStore()
 
 const isEnterprise = inject('isEnterprise')
 // 实例