12
wwl
2025-01-02 01217cd5e6695c0651554a2355695f0ce60bb67d
src/api/system/tijian.js
@@ -29,7 +29,13 @@
    method: "get",
  });
}
export function gaibianzhekou(data) {
  return request({
    url: "/hosp/order/updateTransitionnewPrice",
    method: "post",
    data: data,
  });
}
// 选择体检项目(所有服项目)选单项时调用的接口
export function projectGetList() {
  return request({