From 01ae48bc5f7e63e27aa7338cbc2794e30535fd66 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期五, 07 二月 2025 17:59:20 +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