修改切換角色

This commit is contained in:
qq787203167
2022-06-06 11:32:51 +08:00
parent 98e101241f
commit 3d90a84b97
3 changed files with 74 additions and 7 deletions
@@ -254,7 +254,7 @@
_this.selectedRowKeys = []
_this.getList()
} else {
_this.$message.warning(_this.$t('operationFailed'))
_this.$message.warning(res.message)
}
})
}
@@ -346,7 +346,7 @@
_this.$message.success(_this.$t('OperationSuccessful'))
_this.getList()
} else {
_this.$message.warning(_this.$t('operationFailed'))
_this.$message.warning(res.message)
}
})
}