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
5 years ago
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
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
rightsManagement.vue
src/components/pages/rightsManagement/rightsManagement.vue
+4
-0
No files found.
src/components/pages/rightsManagement/rightsManagement.vue
View file @
0ec94186
...
@@ -132,7 +132,11 @@ export default {
...
@@ -132,7 +132,11 @@ export default {
addRole
(
obj
)
{
addRole
(
obj
)
{
// console.log(obj, 111)
// console.log(obj, 111)
// this.chooseMenuList = obj.key
// this.chooseMenuList = obj.key
if
(
this
.
roleList
.
length
>
10
)
{
this
.
$message
.
err
(
'最多可添加十个角色'
)
}
else
{
this
.
$router
.
push
({
name
:
'addOrRights'
})
this
.
$router
.
push
({
name
:
'addOrRights'
})
}
},
},
// 获取所有管理员列表
// 获取所有管理员列表
getAllAdminisgtrator
()
{
getAllAdminisgtrator
()
{
...
...
This diff is collapsed.
Click to expand it.
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