From 42b603a8c4ada5a4f890f4e60322a719ff8428ab Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Wed, 15 Nov 2023 17:29:30 +0800 Subject: [PATCH] Merge branch 'feature_1.0' --- 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