diff --git a/frontend/src/views/system/model/Card.vue b/frontend/src/views/system/model/Card.vue index 449d523f..203a1933 100644 --- a/frontend/src/views/system/model/Card.vue +++ b/frontend/src/views/system/model/Card.vue @@ -61,7 +61,7 @@ const handleEditWorkspaceList = () => { emits('editWorkspaceList') } const handleAuthorizedSpace = () => { - emits('authorizedSpace') + emits('editWorkspaceList') } const buttonRef = ref() const popoverRef = ref()