Commit ad538ca5 by 叶富雄

添加delJcgzById

parent 708ab695
...@@ -20,3 +20,6 @@ export const deleteJcgzById = params => ...@@ -20,3 +20,6 @@ export const deleteJcgzById = params =>
//查询检查规则详情 //查询检查规则详情
export const selectJcgz = params => export const selectJcgz = params =>
post(`${base.alyIP}/jcgzxx/selectJcgz`, params); post(`${base.alyIP}/jcgzxx/selectJcgz`, params);
//新删除检查规则
export const delJcgzById = params =>
post(`${base.alyIP}/zjclGz/delJcgzById`, 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