From 2ffea51205b7eb94cf3fb7221aede7ff66669fc1 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期一, 29 七月 2024 15:59:04 +0800 Subject: [PATCH] 新需求修改 --- api/policy.js | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/api/policy.js b/api/policy.js index c1a8d96..52e282a 100644 --- a/api/policy.js +++ b/api/policy.js @@ -23,6 +23,10 @@ export function orderDetails(data) { return http.get(`/enforce/order/${data.orderId}`, {params: data}, { custom: { loading: true }}); } +// 鑾峰彇鎵ф硶鍗� 璇︽儏 /enforce/order/{orderId} +export function orderDetailsLog(data) { + return http.get(`/enforce/complaint/log/${data.id}`, {params: data}, { custom: { loading: true }}); +} // 鎵ф硶瀹℃壒鍒楄〃 export function checkLogList(data) { @@ -62,7 +66,8 @@ export function orderUpd(data) { return http.post(`/enforce/order/doResultOrder`, data, { custom: { loading: true }}); } -// 浼佷笟琚墽娉曟鏁� /report/team/getCompanyCount -export function getCompanyCount(data) { - return http.get(`/report/team/getCompanyCount`, data, { custom: { loading: true }}); + +// /commonList +export function commonList(data) { + return http.get(`/enforce/order/commonList`, {params: data}, { custom: { loading: true }}); } \ No newline at end of file -- Gitblit v1.9.1