Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayPc
Commits
0ec94186
Commit
0ec94186
authored
Dec 07, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ISV' of
http://gitlab.roboming.com/Simon/mingPay-web
into ISV
parents
1fb2c089
8cb2c928
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
rightsManagement.vue
src/components/pages/rightsManagement/rightsManagement.vue
+5
-1
No files found.
src/components/pages/rightsManagement/rightsManagement.vue
View file @
0ec94186
...
...
@@ -132,7 +132,11 @@ export default {
addRole
(
obj
)
{
// console.log(obj, 111)
// this.chooseMenuList = obj.key
this
.
$router
.
push
({
name
:
'addOrRights'
})
if
(
this
.
roleList
.
length
>
10
)
{
this
.
$message
.
err
(
'最多可添加十个角色'
)
}
else
{
this
.
$router
.
push
({
name
:
'addOrRights'
})
}
},
// 获取所有管理员列表
getAllAdminisgtrator
()
{
...
...
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