|
@@ -128,8 +128,8 @@ const changeRole = () => {
|
|
// 未注册或绑定企业
|
|
// 未注册或绑定企业
|
|
Confirm('系统提示', '是否确认删除此教育经历?').then(async () => {
|
|
Confirm('系统提示', '是否确认删除此教育经历?').then(async () => {
|
|
console.log('1', 1)
|
|
console.log('1', 1)
|
|
|
|
+ router.push({ path: '/enterprise/register' })
|
|
})
|
|
})
|
|
- router.push({ path: '/enterprise/register' })
|
|
|
|
} else {
|
|
} else {
|
|
router.push({ path: '/enterprise/home' })
|
|
router.push({ path: '/enterprise/home' })
|
|
}
|
|
}
|