From 6a0eeb9bb5da23341327fddb11aa47579dd7d372 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 31 八月 2025 19:53:38 +0800
Subject: [PATCH] 待办提醒即时刷新

---
 src/api/flow/todolist.js |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/api/flow/todolist.js b/src/api/flow/todolist.js
index 2cd7e8e..060f6ed 100644
--- a/src/api/flow/todolist.js
+++ b/src/api/flow/todolist.js
@@ -143,4 +143,9 @@
       id:nodeId
     },
   })
+}
+
+//寰呭姙鍙樻洿閫氱煡
+export const todoChangeNotify = () => {
+  window.myemitter.emit('todochange',{});
 }
\ No newline at end of file

--
Gitblit v1.9.3