From cb1f69717eed3b6a61b6c61a8934bac752782b2d Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期三, 05 三月 2025 17:00:38 +0800 Subject: [PATCH] 1 --- 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