luohairen
2024-11-25 87e3d52c62233ad44bd7bac3f43e5348a2de4e94
src/api/login.js
@@ -57,4 +57,21 @@
    method: 'get',
    timeout: 20000
  })
}
}
export function getCalculatioln(data) {
  return request({
    url: '/count',
    method: 'post',
    data: data
  });
}
// 获取异常数据统计
export function getAbnormalData(query) {
  return request({
    url: '/countExceptionProject',
    method: 'get',
    params: query
  });
}