From e37f01fa701f66450f5a40f1414f3ea8cffc30ee Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 03 四月 2025 08:47:29 +0800 Subject: [PATCH] 4.3 --- src/api/doctor/checkAll.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/api/doctor/checkAll.js b/src/api/doctor/checkAll.js index 535ff8b..b3030ed 100644 --- a/src/api/doctor/checkAll.js +++ b/src/api/doctor/checkAll.js @@ -130,3 +130,13 @@ }) } +// 淇敼鏍囬鍐呭 +export function addOrder(dataList) { + return request({ + url: '/check/addOrderYcXmByTjh', + method: 'post', + data: dataList + }) +} + + -- Gitblit v1.8.0