src/views/personnel/role.vue
@@ -300,10 +300,10 @@
        method: 'post',
        data: {
          groupId: this.currentGroupId,
          menuIds: this.$refs.tree.getCheckedKeys()
          menuIds:this.$refs.tree.getCheckedKeys()
        }
      }).then(res => {
        // console.log(res)
        console.log(res)
        if (res.code === 0) {
          this.$message({
            message: '保存成功',