From 8380b537474be9b9aa24efcd65c730e2907b9b8b Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期六, 26 八月 2023 18:07:48 +0800
Subject: [PATCH] 服务商相关接口联调

---
 src/api/supplierManage/supplier.js |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/api/supplierManage/supplier.js b/src/api/supplierManage/supplier.js
index 0f556e1..f9e0b2d 100644
--- a/src/api/supplierManage/supplier.js
+++ b/src/api/supplierManage/supplier.js
@@ -76,4 +76,17 @@
   })
 }
 
-//
+// 鏇存柊鎵�灞炶涓�
+export function updateIndustry(data) {
+  return request({
+    url: "/api/i/updateIndustry",
+    method: "put",
+    data
+  })
+}
+// 鎵�灞炶涓氬垪琛�
+export const getIndustryList = async (data) => {
+  return await axios.get(`/api/i/getIndustryList`, {
+    params: data
+  })
+}

--
Gitblit v1.8.0