瀏覽代碼

上报实习企业:去除只有招聘会职位才可以上报的限制

Xiao_123 1 周之前
父節點
當前提交
688987297d
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      components/PositionList/index.vue
  2. 0 1
      pagesA/student/internshipRecord.vue

+ 0 - 1
components/PositionList/index.vue

@@ -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()

+ 0 - 1
pagesA/student/internshipRecord.vue

@@ -176,7 +176,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()