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 | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/api/qiye.js b/api/qiye.js index 4286143..93dd7aa 100644 --- a/api/qiye.js +++ b/api/qiye.js @@ -21,4 +21,33 @@ // 鍙戣捣鎶曡瘔 export function orderComplaint(param) { return http.post('/enforce/order/orderComplaint', param, { custom: { loading: true }}); -} \ No newline at end of file +} + +// 鎶曡瘔鍒楄〃 +export function logList(data){ + return http.get('/enforce/complaint/log/list', {params: data}, { custom: { loading: true }}); +} + +// 鎶曡瘔璇︽儏 +export function complaint(id){ + return http.get('/enforce/complaint/'+id, { custom: { loading: true }}); +} +// /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