web_standard/src/components/system/role/PermissionConfigWindow.vue
@@ -69,8 +69,6 @@ */ confirm () { const selectedPermissions = this.$refs.tree.getCheckedNodes(false, true).filter(item => item.type !== 'module').map(item => item.id) console.log(selectedPermissions); debugger this.isWorking = true createRolePermission({ roleId: this.role.id,