From 3cd644701e6055454fcfad545f2b6c218d3b0d37 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 17 九月 2025 11:19:38 +0800
Subject: [PATCH] feat: 接口对接

---
 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