From 328ecfc895f43669b4651bc09ca5c2f7c6f0cba6 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 14 一月 2025 17:53:48 +0800 Subject: [PATCH] 办理的流程图查看回显颜色 --- src/api/system/user.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index f2f76ef..711b43e 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -133,3 +133,11 @@ method: 'get' }) } + +// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋�(flowable涓撶敤) +export function flowableDeptTreeSelect() { + return request({ + url: '/system/user/flowable/deptTree', + method: 'get' + }) +} -- Gitblit v1.8.0