@@ -168,7 +168,6 @@ const handleVal = ref('')
// 上报为实习企业
const handleReport = (val) => {
- if (!val?.job?.bizId) return uni.showToast({ title: '不是招聘会职位不能上报为实习企业', icon: 'none' })
if (!val?.enterprise?.id || !val?.job?.id) uni.showToast({ title: '企业或职位信息错误', icon: 'none' })
handleVal.value = val
confirmRef.value.open()
@@ -176,7 +176,6 @@ const handleVal = ref('')