From 338bc9d66d0fdbc90a138c45515cf1d56a3e3845 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 5 Jun 2026 10:42:02 +0800 Subject: [PATCH] feat(workspace): authorized workspace model UI --- frontend/src/views/system/model/Card.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()