From 56af69511ed06af0950e5b22a92c00a6b74ad20a Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期一, 24 六月 2024 09:29:39 +0800
Subject: [PATCH] 处理富文本图片

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

diff --git a/api/qiye.js b/api/qiye.js
index ccd8812..cc4d9c2 100644
--- a/api/qiye.js
+++ b/api/qiye.js
@@ -29,6 +29,6 @@
 }
 
 // 鎶曡瘔璇︽儏
-export function complaint(id){
-	return http.get('/enforce/complaint/'+id, { custom: { loading: true }});
+export function complaint(data){
+	return http.get('/enforce/order/orderComplaintNodeList', {params: data}, { custom: { loading: true }});
 }
\ No newline at end of file

--
Gitblit v1.9.1