WXL (wul)
2025-12-10 5319d5b95497b5b546947ac340c14c71e5b54ca6
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',
    })
  };