src/api/smartor/patouthosp.js
@@ -64,3 +64,16 @@ data: data, }); } export function newborninfoedit(data) { return request({ url: "/smartor/growth/edit", method: "post", data: data, }); } export function newborninforemove(tagids) { return request({ url: '/smartor/growth/remove/' + tagids, method: 'get', }) };