From 852c9a7af36bcffb0c37cea6224c5391b5eac398 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 23 十月 2025 22:30:37 +0800
Subject: [PATCH] fix: bug

---
 src/hooks/useEvent.ts |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/hooks/useEvent.ts b/src/hooks/useEvent.ts
index 85b58e5..3d01572 100644
--- a/src/hooks/useEvent.ts
+++ b/src/hooks/useEvent.ts
@@ -3,8 +3,10 @@
 
 export type GlobalEvent = {
   'home:add': any;
-  'employment:add': any;
-  'employment:edit': 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