From 6005412831b3375e9aeae3e0e71a376bc324d529 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期日, 04 二月 2024 14:37:06 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/yunyibao
---
company/src/api/system/common.js | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/company/src/api/system/common.js b/company/src/api/system/common.js
index 938f726..75d801c 100644
--- a/company/src/api/system/common.js
+++ b/company/src/api/system/common.js
@@ -40,4 +40,14 @@
// 瀵煎叆妯℃澘
export function importExcel (data) {
return request.post('/business/goods/importExcel', data)
-}
\ No newline at end of file
+}
+
+// 涓婁紶鎺ュ彛
+export function upload (data) {
+ return request.post('/public/upload', data)
+}
+
+// 鍖哄煙鏍戝垪琛�
+export function findTreeList (data) {
+ return request.post('/business/areas/findTreeList', data)
+}
--
Gitblit v1.9.3