From f2d3f8b78f9402e7911e70c2f922a113914b76c4 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Wed, 25 Dec 2024 11:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8C=87=E6=A0=87=E8=80=83?= =?UTF-8?q?=E6=A0=B8=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/supervise/IndicatorList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/supervise/IndicatorList.vue b/src/views/supervise/IndicatorList.vue index e8bfddd2..fea1fa58 100644 --- a/src/views/supervise/IndicatorList.vue +++ b/src/views/supervise/IndicatorList.vue @@ -751,7 +751,8 @@ const exportList = () => { .then(() => { console.log('导出数据'); let data = { - ...searchFrom.value, + // ...searchFrom.value, + ...query.value, }; $_exportIndicatorsList(data).then(res => { downloadXls(res.data, `导出数据.xlsx`);