Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
64df0c8d
Commit
64df0c8d
authored
Oct 15, 2021
by
lshan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
等级修改
parent
36172511
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
index.vue
src/views/Root/index.vue
+17
-0
No files found.
src/views/Root/index.vue
View file @
64df0c8d
...
@@ -159,8 +159,25 @@ export default Vue.extend({
...
@@ -159,8 +159,25 @@ export default Vue.extend({
this
.
newRole
=
getUserMsg
()?.
newRole
+
''
this
.
newRole
=
getUserMsg
()?.
newRole
+
''
this
.
rolePhone
=
getUserMsg
()?.
phone
+
''
this
.
rolePhone
=
getUserMsg
()?.
phone
+
''
if
(
this
.
newRole
===
'客户经理岗'
||
this
.
newRole
===
'管理岗'
){
if
(
this
.
newRole
===
'客户经理岗'
||
this
.
newRole
===
'管理岗'
){
this
.
roleLevel
=
getUserMsg
()?.
level
+
''
this
.
roleLevel
=
getUserMsg
()?.
level
+
''
this
.
roleLocation
=
getUserMsg
()?.
location
+
''
this
.
roleLocation
=
getUserMsg
()?.
location
+
''
switch
(
getUserMsg
()?.
level
)
{
case
1
:
this
.
roleLevel
=
'一级分行'
break
;
case
2
:
this
.
roleLevel
=
'一级支行'
break
;
case
3
:
this
.
roleLevel
=
'二级分行'
break
;
case
4
:
this
.
roleLevel
=
'二级支行'
break
;
default
:
false
}
}
}
this
.
visible
=
true
;
this
.
visible
=
true
;
},
},
...
...
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