From 5fbc4feb28dfc709652cbf8dc74c7f5751116d75 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 04 二月 2026 18:00:26 +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