吉安感知网项目-前端
张含笑
2026-01-31 8fc632dff0ecb8234e8b79c2fb7f8cc32ff92c46
applications/task-work-order/src/views/orderView/organizational/zoningManagement/zoningApi.js
@@ -57,10 +57,11 @@
}
// 导出模板
export const zoningExportTemplateApi = () => {
export const zoningExportTemplateApi = params => {
  return request({
    url: `/blade-system/region/export-template`,
    method: 'get',
    params,
    responseType: 'blob',
  })
}