From a68bf12a2975405f57f9a9d51b91c13a93c026f0 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 31 一月 2024 21:01:36 +0800
Subject: [PATCH] Mr.Shi
---
company/src/api/system/common.js | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/company/src/api/system/common.js b/company/src/api/system/common.js
index 53d23a4..75d801c 100644
--- a/company/src/api/system/common.js
+++ b/company/src/api/system/common.js
@@ -45,4 +45,9 @@
// 涓婁紶鎺ュ彛
export function upload (data) {
return request.post('/public/upload', data)
-}
\ No newline at end of file
+}
+
+// 鍖哄煙鏍戝垪琛�
+export function findTreeList (data) {
+ return request.post('/business/areas/findTreeList', data)
+}
--
Gitblit v1.9.3