소스 검색

职位已关闭!

lifanagju_citu 7 달 전
부모
커밋
e7017e142a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/recruit/enterprise/interviewManagement/components/item.vue

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

@@ -169,6 +169,7 @@ const handleFinish = (item) => {
 
 // 操作按钮
 const handleActionClick = (value, item) => {
+  if (item.job?.status === '1' && (value === 'edit')) return Snackbar.warning('职位已关闭!')
   // 修改、重新邀约
   if (value === 'edit') {
     itemData.value = item