Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recruiting-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ui
recruiting-management
Commits
f1880f06
Commit
f1880f06
authored
Sep 06, 2019
by
FE-安焕焕
👣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜单问题
parent
6e6486e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
home.vue
src/components/home.vue
+2
-2
No files found.
src/components/home.vue
View file @
f1880f06
...
...
@@ -165,14 +165,14 @@ import localstorage from '../service/localstorage.service.js'
// // refesh是否为刷新页面
this
.
levelOneName
=
name
const
menus
=
this
.
menuList
.
filter
(
v
=>
name
===
v
.
name
)[
0
]
this
.
childMenu
=
menus
.
child
?
menus
.
child
:
this
.
menuList
[
0
].
child
this
.
childMenu
=
menus
&&
menus
.
child
?
menus
.
child
:
this
.
menuList
[
0
].
child
if
(
!
refesh
)
{
// 点击菜单默认展示第一个菜单
this
.
levelTwoName
=
[]
let
initName
=
this
.
getInitName
(
name
,
menus
)
this
.
levelTwoName
.
push
(
initName
.
levelTwoName
)
this
.
levelThreeName
=
initName
.
levelThreeName
}
if
(
menus
.
loadMenu
)
{
// 简历管理模块需要加载渠道简历
if
(
menus
&&
menus
.
loadMenu
)
{
// 简历管理模块需要加载渠道简历
this
.
getChannelMenu
()
}
if
(
refesh
&&
this
.
$route
.
path
.
indexOf
(
'
channel
'
)
>
-
1
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment