zhou zhou
1 天以前 d4e039545c9e97347223eb415fbba85ee01bc263
rsf-design/src/api/bas-station-area.js
@@ -209,6 +209,17 @@
  })
}
export async function fetchExportBasStationAreaReport(payload = {}, options = {}) {
  return fetch(`${import.meta.env.VITE_API_URL}/basStationArea/export`, {
    method: 'POST',
    headers: {
      'Content-Type': 'application/json',
      ...(options.headers || {})
    },
    body: JSON.stringify(payload)
  })
}
export function fetchBasStationAreaQuery(condition = '') {
  return request.post({
    url: '/basStationArea/query',