From 739890adf0d1156ee66151ef0fdd49c8ac810fb4 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期四, 02 一月 2025 18:02:27 +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