346149741
2024-06-24 56af69511ed06af0950e5b22a92c00a6b74ad20a
api/policy.js
@@ -62,7 +62,3 @@
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 }});
}