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