[bug]禅道bug的修改

This commit is contained in:
dujie
2023-04-06 17:49:24 +08:00
parent e8ad0d1d74
commit e6f23cc716
9 changed files with 53 additions and 37 deletions
@@ -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)
}