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