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