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