wjt
2024-06-26 6dd9823b8495252e6d0ba35e6114799321453cbe
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 }});
}