346149741
2024-06-22 ade1aa658df84e8b52f5d1dfa9d2971da5cdad55
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 }});
}