wwl
2024-12-25 42f17b759cc69f44a8d200934117daaaa703d87d
src/api/hosp/hosp.js
@@ -25,7 +25,12 @@
    data: data
  })
}
export function selectHosp() {
  return request({
    url: '/system/dept/getdangqiandengluyuanqu',
    method: 'get',
  })
}
// 修改院区信息
export function updateHosp(data) {
  return request({