Commit e8d12f59 by xue_wengang

大屏

parent cda6c659
......@@ -54,8 +54,8 @@ export const getXalbtj = params =>
post(`${base.alyIP}/sjdp/getXyrHjdtj`, params);
// 嫌疑人年龄段统计
export const toXyrNldtj = params =>
post(`${base.alyIP}/sjdp/toXyrNldtj`, params);
export const toZdryNldtj = params =>
post(`${base.alyIP}/sjdp/toZdryNldtj`, params);
// 地域性高危人员统计
export const getGwrytj = params =>
......@@ -63,4 +63,8 @@ post(`${base.alyIP}/sjdp/getGwrytj`, params);
// 抓获人员数统计
export const getZhryCount = params =>
post(`${base.alyIP}/sjdp/getZhryCount`, params);
\ No newline at end of file
post(`${base.alyIP}/sjdp/getZhryCount`, params);
// 标注率
export const getBzajzb = params =>
post(`${base.alyIP}/sjdp/getBzajzb`, params);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment