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 |   21 ++++++++++++++++++++-
 1 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/api/qiye.js b/api/qiye.js
index ccd8812..93dd7aa 100644
--- a/api/qiye.js
+++ b/api/qiye.js
@@ -31,4 +31,23 @@
 // 鎶曡瘔璇︽儏
 export function complaint(id){
 	return http.get('/enforce/complaint/'+id, { custom: { loading: true }});
-}
\ No newline at end of file
+}
+// /enforce/complaint/log/
+export function complaintDetails(id){
+	return http.get('/enforce/complaint/log/'+id, { custom: { loading: true }});
+}
+
+// /enforce/order/orderComplaintNodeList 鎶曡瘔鍗曡妭鐐� 
+
+export function orderComplaintNodeList(data){
+	return http.get('/enforce/order/orderComplaintNodeList',{params: data}, { custom: { loading: true }});
+}
+// 鏃爋rderid
+export function orderNodeList(data){
+	return http.get('/enforce/complaint/log/orderNodeList',{params: data}, { custom: { loading: true }});
+}
+
+// /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