zxl
2025-02-24 b0f9706ad7d84b21dd3fdc1a9a02d08f3c4ec3c0
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
  });
}