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')