WXL (wul)
5 天以前 5fbc4feb28dfc709652cbf8dc74c7f5751116d75
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',
    })
  };