From 1fccdcbe9e7f6d895e662fe114e18399e0a941af Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Sat, 17 Jun 2023 00:43:38 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B46=E6=9C=8817=E6=97=A5=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/statistics/evaluationList/index.vue | 6 +++--- src/views/monitor/quartz/quartz.data.ts | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/kc/statistics/evaluationList/index.vue b/src/views/kc/statistics/evaluationList/index.vue index fba58df..68b6add 100644 --- a/src/views/kc/statistics/evaluationList/index.vue +++ b/src/views/kc/statistics/evaluationList/index.vue @@ -39,14 +39,14 @@ - + @@ -212,7 +212,7 @@ function onExportXls() { let url = '/statistics/exportEvaluationXls'; if (url) { let title = '评价量表统计'; - return handleExportXls(title as string, url); + return handleExportXls(title as string, url, queryParam.value); } else { createMessage.warn('没有传递 export.url 参数'); return Promise.reject(); diff --git a/src/views/monitor/quartz/quartz.data.ts b/src/views/monitor/quartz/quartz.data.ts index 10d94f7..6bb5af7 100644 --- a/src/views/monitor/quartz/quartz.data.ts +++ b/src/views/monitor/quartz/quartz.data.ts @@ -6,7 +6,6 @@ export const columns: BasicColumn[] = [ { title: '任务类名', dataIndex: 'jobClassName', - width: 200, align: 'left', }, {