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