|
@@ -194,7 +194,8 @@ const handleBinding = async (item) => {
|
|
|
|
|
|
const handleAdd = (num) => {
|
|
const handleAdd = (num) => {
|
|
const name = num ? 'inviteNewColleagues' : 'addBranchOffice'
|
|
const name = num ? 'inviteNewColleagues' : 'addBranchOffice'
|
|
- window.open({ path: `/recruit/enterprise/systemManagement/groupAccount/${name}` })
|
|
|
|
|
|
+ // router.push({ path: `/recruit/enterprise/systemManagement/groupAccount/${name}` })
|
|
|
|
+ window.open(`/recruit/enterprise/systemManagement/groupAccount/${name}`)
|
|
}
|
|
}
|
|
|
|
|
|
const handleClose = () => {
|
|
const handleClose = () => {
|