1
lkk
2025-01-04 fc33ca37c3f01081147679345af12d76240d30bc
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({