From 3e75f58a59fcddf4e33dc53174004b16c8aa18ee Mon Sep 17 00:00:00 2001 From: binbin_pan Date: Mon, 6 May 2024 16:32:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=201468=20=E6=97=A0=E6=B3=95=E8=BF=9B?= =?UTF-8?q?=E8=A1=8C=E5=8B=BE=E9=80=89=E6=95=B0=E6=8D=AE=E5=87=86=E7=A1=AE?= =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/repairTest/repair/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sgzb-ui/src/views/repairTest/repair/index.vue b/sgzb-ui/src/views/repairTest/repair/index.vue index 59f49e98..58ed85ce 100644 --- a/sgzb-ui/src/views/repairTest/repair/index.vue +++ b/sgzb-ui/src/views/repairTest/repair/index.vue @@ -895,10 +895,12 @@ }, /** 导出按钮操作 */ handleExport() { + const dataCondition = this.selectionList.map((item) => item.taskId) this.download( 'base/repair/export', { ...this.queryParams, + dataCondition }, `维修单_${new Date().getTime()}.xlsx`, )