yichenxi
2022-12-12 eb07bc16cb0b06f3b96a4f59d74f82b62195f096
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: '保存成功',