From ab77cf83de3f6978909e6f1f3b6e0d28db456681 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 10 十一月 2025 08:58:27 +0800
Subject: [PATCH] 测试完成

---
 src/api/smartor/patouthosp.js |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/api/smartor/patouthosp.js b/src/api/smartor/patouthosp.js
index 5471003..666ce1f 100644
--- a/src/api/smartor/patouthosp.js
+++ b/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',
+    })
+  };

--
Gitblit v1.9.3