fix: 系统设置页面权限缺失

This commit is contained in:
chenjianxing 2020-10-22 21:00:04 +08:00
parent 709a18697d
commit 0da55f5ef0
1 changed files with 2 additions and 2 deletions

View File

@ -92,11 +92,11 @@
}
},
mounted() {
this.isCurrentOrganizationAdmin = checkoutCurrentOrganization();
this.isCurrentWorkspaceUser = checkoutCurrentWorkspace();
if (component != null) {
this.valid();
}
this.isCurrentOrganizationAdmin = checkoutCurrentOrganization();
this.isCurrentWorkspaceUser = checkoutCurrentWorkspace();
},
}
</script>