From 942c28d3bddae72083d36c5bd91a4f850882e5ed Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Mon, 24 Feb 2025 08:54:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/plan/planList/index.vue b/frontend/src/views/plan/planList/index.vue index cded017..e9566c8 100644 --- a/frontend/src/views/plan/planList/index.vue +++ b/frontend/src/views/plan/planList/index.vue @@ -24,7 +24,7 @@ 编辑 删除 - 统计分析 + 统计分析 @@ -409,6 +409,7 @@ const statisticalAnalysisMore = async (ids: string[], rows: Plan.ReqPlan[]) => { type: 'error', message: '存在检测状态不为检测完成的计划,无法进行统计分析。', }); + proTable.value?.clearSelection() return; } useDownload(staticsAnalyse,'分析结果', ids, false,'.xlsx')