From becd34932e353d8578b20ece5710a49a52187337 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Fri, 22 May 2026 17:01:58 +0800
Subject: [PATCH] feat: 转为事件只能是本部门
---
applications/task-work-order/src/api/system/dept.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/task-work-order/src/api/system/dept.js b/applications/task-work-order/src/api/system/dept.js
index f0fcbc7..d4ae6b7 100644
--- a/applications/task-work-order/src/api/system/dept.js
+++ b/applications/task-work-order/src/api/system/dept.js
@@ -67,12 +67,12 @@
});
};
-export const getDeptTree = tenantId => {
+export const getDeptTree = id => {
return request({
url: '/blade-system/dept/getTree',
method: 'get',
params: {
- tenantId,
+ id,
},
});
};
--
Gitblit v1.9.3