|
@@ -301,8 +301,7 @@ const handleCommit = async () => {
|
|
localStorage.removeItem('loginAccount')
|
|
localStorage.removeItem('loginAccount')
|
|
localStorage.removeItem('enterpriseRegisterInfo')
|
|
localStorage.removeItem('enterpriseRegisterInfo')
|
|
Snackbar.success(t('common.submittedSuccessfully'))
|
|
Snackbar.success(t('common.submittedSuccessfully'))
|
|
- if (isMobile.value) router.push({ path: '/recruit/enterprise/talentRecommendation' })
|
|
|
|
- else router.push({ path: '/recruit/entRegister/inReview' })
|
|
|
|
|
|
+ router.push({ path: '/recruit/entRegister/inReview' })
|
|
}
|
|
}
|
|
|
|
|
|
// 不通过的企业注册申请 重新发起
|
|
// 不通过的企业注册申请 重新发起
|