Commit e8d12f59 by xue_wengang

大屏

parent cda6c659
...@@ -54,8 +54,8 @@ export const getXalbtj = params => ...@@ -54,8 +54,8 @@ export const getXalbtj = params =>
post(`${base.alyIP}/sjdp/getXyrHjdtj`, params); post(`${base.alyIP}/sjdp/getXyrHjdtj`, params);
// 嫌疑人年龄段统计 // 嫌疑人年龄段统计
export const toXyrNldtj = params => export const toZdryNldtj = params =>
post(`${base.alyIP}/sjdp/toXyrNldtj`, params); post(`${base.alyIP}/sjdp/toZdryNldtj`, params);
// 地域性高危人员统计 // 地域性高危人员统计
export const getGwrytj = params => export const getGwrytj = params =>
...@@ -64,3 +64,7 @@ post(`${base.alyIP}/sjdp/getGwrytj`, params); ...@@ -64,3 +64,7 @@ post(`${base.alyIP}/sjdp/getGwrytj`, params);
// 抓获人员数统计 // 抓获人员数统计
export const getZhryCount = params => export const getZhryCount = params =>
post(`${base.alyIP}/sjdp/getZhryCount`, params); 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