1
wwl
2025-03-05 cb1f69717eed3b6a61b6c61a8934bac752782b2d
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({