1
wwl
2025-01-02 739890adf0d1156ee66151ef0fdd49c8ac810fb4
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({