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
b44811bd
Commit
b44811bd
authored
5 years ago
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
角色增加修改
parent
8cb2c928
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Home.vue
src/components/common/Home.vue
+0
-0
PaymentManagementHome.vue
...ponents/pages/PaymentManagement/PaymentManagementHome.vue
+1
-0
rightsManagement.vue
src/components/pages/rightsManagement/rightsManagement.vue
+2
-2
No files found.
src/components/common/Home.vue
View file @
b44811bd
This diff is collapsed.
Click to expand it.
src/components/pages/PaymentManagement/PaymentManagementHome.vue
View file @
b44811bd
...
...
@@ -37,6 +37,7 @@ export default {
}
},
created
()
{
console
.
log
(
this
.
$store
.
state
.
menuList
,
11111
)
this
.
defaultSelectedKeys
=
this
.
$route
.
name
this
.
chooseMenuList
=
this
.
$route
.
name
},
...
...
This diff is collapsed.
Click to expand it.
src/components/pages/rightsManagement/rightsManagement.vue
View file @
b44811bd
...
...
@@ -132,8 +132,8 @@ export default {
addRole
(
obj
)
{
// console.log(obj, 111)
// this.chooseMenuList = obj.key
if
(
this
.
roleList
.
length
>
10
)
{
this
.
$message
.
err
(
'最多可添加十个角色'
)
if
(
this
.
roleList
.
length
>
9
)
{
this
.
$message
.
err
or
(
'最多可添加十个角色'
)
}
else
{
this
.
$router
.
push
({
name
:
'addOrRights'
})
}
...
...
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