From bdb3123664234ec9bfe7f43be21fac7250f9479f Mon Sep 17 00:00:00 2001 From: 王恒 <318726284@qq.com> Date: 星期三, 13 八月 2025 20:00:51 +0800 Subject: [PATCH] '修改字段、处理空值' --- api/qiye.js | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) diff --git a/api/qiye.js b/api/qiye.js index 93dd7aa..21bcb2d 100644 --- a/api/qiye.js +++ b/api/qiye.js @@ -27,7 +27,15 @@ export function logList(data){ return http.get('/enforce/complaint/log/list', {params: data}, { custom: { loading: true }}); } - +// complaintList +// 鎶曡瘔鍒楄〃 +export function complaintList(data){ + return http.get('/enforce/complaint/log/complaintList', {params: data}, { custom: { loading: true }}); +} +// 寤鸿鍒楄〃 +export function pleaseList(data){ + return http.get('/enforce/complaint/log/pleaseList', {params: data}, { custom: { loading: true }}); +} // 鎶曡瘔璇︽儏 export function complaint(id){ return http.get('/enforce/complaint/'+id, { custom: { loading: true }}); @@ -50,4 +58,9 @@ // /system/company/list // export function getCompanyList(data){ // return http.get('/system/company/list',{params: data}, { custom: { loading: true }}); -// } \ No newline at end of file +// } + +// /enforce/order/confirm/{orderId} +export function confirmOrderId(data){ + return http.post(`/enforce/order/confirm/${data.orderId}`,{params: data}, { custom: { loading: true }}); +} \ No newline at end of file -- Gitblit v1.9.1