lkk
2024-12-27 724c4830ea23cd632802a2f76a318a16b309f8a2
src/api/system/tijian.js
@@ -91,7 +91,14 @@
    data: data,
  });
}
// 时间轴
export function shijianzhou(data) {
  return request({
    url: "/hosp/order/zongjanyemianshjianzhou",
    method: "post",
    data: data,
  });
}
// 添加过渡表数据
export function getaddtTransition(data) {
  return request({