From b59df95519b003cfcd93c0d1a02f72460ceb0c55 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Thu, 1 Apr 2021 23:10:35 +0800 Subject: [PATCH] update _web/src/views/system/role/roleMenuForm.vue. --- _web/src/views/system/role/roleMenuForm.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_web/src/views/system/role/roleMenuForm.vue b/_web/src/views/system/role/roleMenuForm.vue index 7e1aef31..91e9f736 100644 --- a/_web/src/views/system/role/roleMenuForm.vue +++ b/_web/src/views/system/role/roleMenuForm.vue @@ -18,7 +18,8 @@ { if (!errors) { - sysRoleGrantMenu({ id: this.roleEntity.id, grantMenuIdList: this.checkedKeys }).then((res) => { + sysRoleGrantMenu({ id: this.roleEntity.id, grantMenuIdList: this.checkedKeys.checked }).then((res) => { if (res.success) { this.$message.success('授权成功') this.confirmLoading = false