From ab91bbc86844f8452d27c5d0405b9011b685c10f Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期四, 02 一月 2025 17:59:30 +0800
Subject: [PATCH] 12

---
 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