From ca03f54c785cc814b9efa75b3aa1985b1c30e960 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 15 十月 2025 17:29:03 +0800 Subject: [PATCH] feat: 结算调整 --- src/hooks/useEvent.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/hooks/useEvent.ts b/src/hooks/useEvent.ts index ba5d79a..3d01572 100644 --- a/src/hooks/useEvent.ts +++ b/src/hooks/useEvent.ts @@ -3,6 +3,10 @@ export type GlobalEvent = { 'home:add': any; + 'taskManage:add': any; + 'taskManage:edit': any; + sureTaskSettlementOrder: any; + checkReceiveTask: any; }; export type GlobalEventListener<T extends keyof GlobalEvent> = (payload: GlobalEvent[T]) => any; -- Gitblit v1.9.1