Commit 4eb76021 by wushaofei

标注详情页细节优化

parent 01287cd1
...@@ -21,7 +21,9 @@ const getFwbzhList = params => ...@@ -21,7 +21,9 @@ const getFwbzhList = params =>
post("/api/newAsjbz/getFwbzhList", params); post("/api/newAsjbz/getFwbzhList", params);
const updateBsh = params => const updateBsh = params =>
postform("/api/newAsjbz/updateBsh", params); postJson("/api/newAsjbz/updateBsh", params);
const insertFwbsh = params =>
postJson("/api/newAsjbz/insertFwbsh", params);
const saveAsjbzxx = params => const saveAsjbzxx = params =>
post("/api/newAsjbz/saveAsjbzxx", params); post("/api/newAsjbz/saveAsjbzxx", params);
...@@ -29,6 +31,14 @@ const saveAsjbzxx = params => ...@@ -29,6 +31,14 @@ const saveAsjbzxx = params =>
const getAsjbzxx = params => const getAsjbzxx = params =>
post("/api/newAsjbz/getAsjbzxx", params); post("/api/newAsjbz/getAsjbzxx", params);
const getRybhList = params =>
post("/api/newAsjbz/getRybhList", params);
const getBarxxList = params =>
post("/api/newAsjbz/getBarxxList", params);
const deleteBsh = params =>
post("/api/newAsjbz/deleteBsh", params);
export { export {
...@@ -38,6 +48,10 @@ export { ...@@ -38,6 +48,10 @@ export {
getGjcList, getGjcList,
getFwbzhList, getFwbzhList,
updateBsh, updateBsh,
insertFwbsh,
saveAsjbzxx, saveAsjbzxx,
getAsjbzxx getAsjbzxx,
getRybhList,
getBarxxList,
deleteBsh
} }
\ No newline at end of file
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