소스 검색

实习记录

Xiao_123 2 주 전
부모
커밋
beabc6445c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/recruit/personal/PersonalCenter/student/intershipCompany/item.vue

+ 1 - 1
src/views/recruit/personal/PersonalCenter/student/intershipCompany/item.vue

@@ -112,7 +112,7 @@ const desc = ['industryName', 'scaleName']
 // 上报为实习企业
 const handleReport = async (val) => {
   if (!val.enterpriseId || !val.jobId) return Snackbar.warning('企业或职位信息错误')
-  Confirm(t('common.confirmTitle'), '是否确定上报为实习企业?').then(async () => {
+  Confirm('系统提示', '是否确定上报为实习企业?').then(async () => {
     await reportStudentPracticeEnterprise(val.enterpriseId, val.jobId)
     Snackbar.success('上报成功')
     emit('refresh')