Commit 5ec615c9 by liuguorong93

退役犬信息管理-新增 静态页面

parent f759f7fd
......@@ -26,7 +26,10 @@ export const editRetireDog = params =>
export const getRetireDogDetail = params =>
postJson(`${baseUrl}/retired/dogDetail`, params)
// 退役犬管理(提取)
// 退役犬管理(提取警犬信息)
export const extractRetireDog = params =>
postJson(`${baseUrl}/retired/extract`, params)
postJson(`${baseUrl}/retired/extractDog`, params)
// 退役犬管理(提取技术人员信息)
export const extractPersion = params =>
postJson(`${baseUrl}/work/extract`, 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