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