From fc33ca37c3f01081147679345af12d76240d30bc Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期六, 04 一月 2025 18:08:51 +0800
Subject: [PATCH] 1

---
 src/api/system/tijian.js |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/src/api/system/tijian.js b/src/api/system/tijian.js
index bbe87d9..2b8bdf3 100644
--- a/src/api/system/tijian.js
+++ b/src/api/system/tijian.js
@@ -136,7 +136,16 @@
     },
   });
 }
-
+// 鏌ヨ杩囨浮琛ㄦ暟鎹�
+export function getTransitionList1(cusId) {
+  return request({
+    url: "/hosp/order/newgetTransitionList",
+    method: "get",
+    params: {
+      cusId: cusId,
+    },
+  });
+}
 // 鐧昏鎴愬姛鍚庣敓鎴愬璇婂崟
 export function getGuide(tjNumber) {
   return request({

--
Gitblit v1.8.0