Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-operation-4
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
达摩4.0重构
haoban-operation-4
Commits
65ded863
Commit
65ded863
authored
Aug 04, 2020
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
接口联调
parent
171965ec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
permission-list.vue
src/views/permission/permission-list.vue
+2
-2
No files found.
src/views/permission/permission-list.vue
View file @
65ded863
...
...
@@ -136,14 +136,14 @@ export default {
const
{
authItemId
,
authItemName
,
operationItemIds
}
=
this
.
editAuth
;
const
params
=
{
authItemName
,
operationItemIds
:
operationItemIds
.
join
(
','
)
operationItemIds
:
operationItemIds
.
join
(
','
),
menuId
:
this
.
menuId
}
this
.
editAuth
.
loading
=
true
;
if
(
authItemId
)
{
params
.
authItemId
=
authItemId
;
editAuthItem
(
params
).
then
(
succ
.
bind
(
this
,
'保存成功!'
)).
finally
(()
=>
this
.
editAuth
.
loading
=
false
);
}
else
{
params
.
menuId
=
this
.
menuId
;
addAuthItem
(
params
).
then
(
succ
.
bind
(
this
,
'新建成功!'
)).
finally
(()
=>
this
.
editAuth
.
loading
=
false
);
}
function
succ
(
msg
)
{
...
...
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