From 32956b2e07d023f90e408d3ff905e5e67c8c0b20 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 29 Jan 2026 10:49:35 +0800
Subject: [PATCH] feat:区划导出模板

---
 applications/task-work-order/src/views/orderView/organizational/zoningManagement/zoningApi.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/organizational/zoningManagement/zoningApi.js b/applications/task-work-order/src/views/orderView/organizational/zoningManagement/zoningApi.js
index ff818d5..737a506 100644
--- a/applications/task-work-order/src/views/orderView/organizational/zoningManagement/zoningApi.js
+++ b/applications/task-work-order/src/views/orderView/organizational/zoningManagement/zoningApi.js
@@ -56,6 +56,15 @@
   })
 }
 
+// 导出模板
+export const zoningExportTemplateApi = () => {
+  return request({
+    url: `/blade-system/region/export-template`,
+    method: 'get',
+    responseType: 'blob',
+  })
+}
+
 // 懒加载列表
 export const regionLazyTreeApi = params => {
   return request({

--
Gitblit v1.9.3