wwl
2024-12-25 42f17b759cc69f44a8d200934117daaaa703d87d
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({