Commit 53792ba6 by gao_yingdong

重点人员

parent c0e3ea1a
......@@ -7,7 +7,7 @@ export const getDabqDetail = params =>
// 1.3 团伙作案、结伙作案详情
export const getDrbqDetail = params =>
post(`apiDzry/zdgzry/getDrbqDetail`, params);
post(`apiDzry/zdGzry/getDrbqDetail`, params);
// 1.4 在逃、撤逃人员详情
......
......@@ -7,7 +7,7 @@ export const getDabqDetail = params =>
// 1.3 团伙作案、结伙作案详情
export const getDrbqDetail = params =>
post(`${base.alyIP}/jcyj/getDrbqDetail`, params);
post(`${base.alyIP}/zdGzry/getDrbqDetail`, params);
// 1.4 在逃、撤逃人员详情
export const getZtDetail = params =>
......
......@@ -43,11 +43,11 @@ export const updateGzrySpByXxzjbh = params =>
//团伙作案、结伙作案人员详情
export const getXxtkDrbqDetail = params =>
post(`${base.alyIP}/xxgzry/getDrbqDetail`, params);
post(`${base.alyIP}/zdGzry/getDrbqDetail`, params);
//一人多案、一人两案人员详情
export const getXxtkDrDetail = params =>
post(`${base.alyIP}/xxgzry/getDrDetail`, params);
post(`${base.alyIP}/zdGzry/getDrDetail`, params);
//在逃、撤逃人员详情
export const getXxtkZtDetail = 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