Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
fee931c8
Commit
fee931c8
authored
Jul 22, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移除组织用户
parent
2740cfdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
src/pages/authority/organization/organizationdetail.vue
src/pages/authority/organization/organizationdetail.vue
+3
-5
No files found.
src/pages/authority/organization/organizationdetail.vue
View file @
fee931c8
...
@@ -264,19 +264,17 @@ export default {
...
@@ -264,19 +264,17 @@ export default {
},
},
delete_data
(
val
)
{
delete_data
(
val
)
{
this
.
$http
this
.
$http
.
post
(
`/apaas/backmgt/user/delete`
,
{
.
put
(
`/apaas/backmgt/user/removeOri?user_id=
${
val
.
user_id
}
`
)
id
:
[
val
.
user_id
],
})
.
then
(({
data
})
=>
{
.
then
(({
data
})
=>
{
if
(
data
.
success
==
1
)
{
if
(
data
.
success
==
1
)
{
this
.
$message
({
this
.
$message
({
message
:
`
删
除
${
val
.
user_name
}
成功`
,
message
:
`
移
除
${
val
.
user_name
}
成功`
,
type
:
"
success
"
,
type
:
"
success
"
,
});
});
this
.
get_list
();
this
.
get_list
();
}
else
{
}
else
{
this
.
$message
({
this
.
$message
({
message
:
`
删
除
${
val
.
user_name
}
失败`
,
message
:
`
移
除
${
val
.
user_name
}
失败`
,
type
:
"
warning
"
,
type
:
"
warning
"
,
});
});
}
}
...
...
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