feat: Add update event handling for dataset operations and improve dataset editing logic

This commit is contained in:
chenghh-9609
2025-10-24 09:41:24 +08:00
parent 5d937a7ef3
commit 05dc69026e
6 changed files with 30 additions and 23 deletions

View File

@@ -97,4 +97,5 @@ export interface TaskItem {
isCancel?: boolean;
controller: AbortController;
cancelFn?: () => void;
updateEvent?: string;
}