zhaoke 3 years ago
parent
commit
e9f76c637c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/authorityManagement/components/authorityRoleAdd.vue

+ 2 - 2
src/views/authorityManagement/components/authorityRoleAdd.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-11-29 16:31:31
- * @LastEditTime: 2022-02-16 09:58:30
+ * @LastEditTime: 2022-02-16 10:49:29
  * @LastEditors: Please set LastEditors
  * @Description: 新增/编辑角色
  * @FilePath: \Foshan4A2.0\src\views\authorityManagement\components\authorityRoleStatus.vue
@@ -123,7 +123,7 @@ export default {
       try {
         this.permission = true;
         let params = {
-          RoleIds: [id],
+          RoleId: id,
         };
         const res = await RoleAuths(params);
         if (res.code === 0) {