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 | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/src/api/flow/todolist.js b/src/api/flow/todolist.js
index 0457f0a..060f6ed 100644
--- a/src/api/flow/todolist.js
+++ b/src/api/flow/todolist.js
@@ -132,4 +132,20 @@
method: 'post',
data: data,
})
+}
+
+//鑾峰彇閿佸畾鍘熷洜
+export const queryLockRemark = nodeId => {
+ return request({
+ url: '/blade-mdm/program/node/query-lock-remark',
+ method: 'get',
+ params: {
+ id:nodeId
+ },
+ })
+}
+
+//寰呭姙鍙樻洿閫氱煡
+export const todoChangeNotify = () => {
+ window.myemitter.emit('todochange',{});
}
\ No newline at end of file
--
Gitblit v1.9.3