From 933f7c55bdf0f84b1c780de715c7d477df8ab052 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Fri, 06 Sep 2024 13:44:17 +0800
Subject: [PATCH] fix: 责任单位修改

---
 src/views/toCarryOutLegislativeReforms/summaryPage/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue b/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue
index a8d8b97..8cbb583 100644
--- a/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue
+++ b/src/views/toCarryOutLegislativeReforms/summaryPage/index.vue
@@ -431,7 +431,8 @@
         params: {
           startTime: this.timeInterval[0],
           endTime: this.timeInterval[1],
-          number: Number(this.searchForm.number)
+          number: Number(this.searchForm.number),
+          unitId: this.unitIdlist.join(',')
         }
       }).then(res => {
         this.getOutExcel('������������������.xlsx', res)

--
Gitblit v1.8.0