12
wwl
2025-01-02 ab91bbc86844f8452d27c5d0405b9011b685c10f
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({