|
@@ -300,7 +300,7 @@ if (route.query && route.query.id) {
|
|
const handleCancel = () => {
|
|
const handleCancel = () => {
|
|
itemData.value = {}
|
|
itemData.value = {}
|
|
const currentPage = router.currentRoute.value.path
|
|
const currentPage = router.currentRoute.value.path
|
|
- router.push({ path: currentPage.indexOf('jobFair') !== -1 ? `/recruit/enterprise/jobFair/details/${route.params.id}` : '/recruit/enterprise/position' })
|
|
|
|
|
|
+ router.push({ path: currentPage.indexOf('jobFair') !== -1 ? `/recruit/enterprise/jobFair/details/${route.params.id}/index` : '/recruit/enterprise/position/index' })
|
|
// 新增职位发布需更新账户信息
|
|
// 新增职位发布需更新账户信息
|
|
if (route.query && !route.query?.id) {
|
|
if (route.query && !route.query?.id) {
|
|
setTimeout(async () => {
|
|
setTimeout(async () => {
|