diff --git a/src/api/types.ts b/src/api/types.ts
index a4a38b49..a3125334 100644
--- a/src/api/types.ts
+++ b/src/api/types.ts
@@ -147,7 +147,7 @@ export interface SubscribeShare {
// 工作流分享
export interface WorkflowShare {
// 分享ID
- id?: number
+ id?: string
// 工作流ID
workflow_id?: string
// 分享标题
diff --git a/src/components/cards/WorkflowShareCard.vue b/src/components/cards/WorkflowShareCard.vue
index 4e364ee1..e3e3925b 100644
--- a/src/components/cards/WorkflowShareCard.vue
+++ b/src/components/cards/WorkflowShareCard.vue
@@ -1,26 +1,16 @@
@@ -126,7 +130,7 @@ function removeData(id: number) {
-
\ No newline at end of file
+