From 69a74309ed12cc13f0fa9fb90c5bffad17ade360 Mon Sep 17 00:00:00 2001
From: wjt <1797368093@qq.com>
Date: 星期四, 27 六月 2024 13:34:56 +0800
Subject: [PATCH] 问题修改

---
 api/qiye.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/api/qiye.js b/api/qiye.js
index d61ba87..93dd7aa 100644
--- a/api/qiye.js
+++ b/api/qiye.js
@@ -45,4 +45,9 @@
 // 鏃爋rderid
 export function orderNodeList(data){
 	return http.get('/enforce/complaint/log/orderNodeList',{params: data}, { custom: { loading: true }});
-}
\ No newline at end of file
+}
+
+// /system/company/list
+// export function getCompanyList(data){
+// 	return http.get('/system/company/list',{params: data}, { custom: { loading: true }});
+// }
\ No newline at end of file

--
Gitblit v1.9.1