From 38d9c56d4bf15a7ca545393586a9b286cfe11577 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Wed, 15 Nov 2023 17:29:18 +0800
Subject: [PATCH] fix:立行立改导出

---
 src/views/toCarryOutLegislativeReforms/reform/index.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/toCarryOutLegislativeReforms/reform/index.vue b/src/views/toCarryOutLegislativeReforms/reform/index.vue
index c2a3e4d..ec3b62b 100644
--- a/src/views/toCarryOutLegislativeReforms/reform/index.vue
+++ b/src/views/toCarryOutLegislativeReforms/reform/index.vue
@@ -298,6 +298,7 @@
       this.$request({
         url: '/allocation/listExcel',
         method: 'get',
+        responseType: 'blob',
         params: {
           id: this.selectionRows.map(item => item.allocationId)
         },

--
Gitblit v1.8.0