From c3b2d6d35b77d11ff86d45926501493b7fc8886e Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期二, 23 七月 2024 10:30:20 +0800 Subject: [PATCH] 新功能添加 --- api/policy.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/api/policy.js b/api/policy.js index c1a8d96..fd8f0c0 100644 --- a/api/policy.js +++ b/api/policy.js @@ -62,7 +62,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