1
lkk
2025-06-13 35bb7fb77d147eb1aada46c2ac3613f24304859d
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({