From 650a84730f4418ebbcdc58bbadd4d56f5dd3c8fd Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期四, 07 八月 2025 14:01:40 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobAdmin --- src/hooks/useEvent.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/hooks/useEvent.ts b/src/hooks/useEvent.ts index 02746ec..e5a7944 100644 --- a/src/hooks/useEvent.ts +++ b/src/hooks/useEvent.ts @@ -3,6 +3,8 @@ export type GlobalEvent = { updateInsuranceClaim: any; + 'enterprise:add': any; + 'enterprise:edit': any; }; export type GlobalEventListener<T extends keyof GlobalEvent> = (payload: GlobalEvent[T]) => any; -- Gitblit v1.9.1