[bug]禅道bug的修改
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:closable="true"
|
||||
:visible="visible"
|
||||
:footer='null'
|
||||
@cancel="handleCancel"
|
||||
>
|
||||
<div class='diolag-area'>
|
||||
<a-spin :spinning='spinLoading'>
|
||||
@@ -111,8 +112,9 @@ export default {
|
||||
postAction('/sys/user/setRole', param).then((res) => {
|
||||
this.visible = false
|
||||
if (res.success) {
|
||||
this.$emit('rolevisible', false)
|
||||
this.$emit('ok', false)
|
||||
this.$message.success(res.message)
|
||||
this.selectedRole = []
|
||||
} else {
|
||||
this.$message.warning(res.message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user