From 25ac1283aaf3a2eb794f89d74bac36480b9270ff Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 07 二月 2025 17:43:10 +0800 Subject: [PATCH] 项目审核 --- src/api/system/user.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/api/system/user.js b/src/api/system/user.js index 9b0211a..711b43e 100644 --- a/src/api/system/user.js +++ b/src/api/system/user.js @@ -105,7 +105,6 @@ return request({ url: '/system/user/profile/avatar', method: 'post', - headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, data: data }) } @@ -134,3 +133,11 @@ method: 'get' }) } + +// 鏌ヨ閮ㄩ棬涓嬫媺鏍戠粨鏋�(flowable涓撶敤) +export function flowableDeptTreeSelect() { + return request({ + url: '/system/user/flowable/deptTree', + method: 'get' + }) +} -- Gitblit v1.8.0