From 0333400210be69f7ba927feb7c8265c85b1c3647 Mon Sep 17 00:00:00 2001 From: 梁保满 Date: Wed, 14 Jun 2023 11:09:48 +0800 Subject: [PATCH] 使用分析穿参删除不必要参数 --- src/views/standard/analysis/index.vue | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/views/standard/analysis/index.vue b/src/views/standard/analysis/index.vue index f907e19..0ab8b3e 100644 --- a/src/views/standard/analysis/index.vue +++ b/src/views/standard/analysis/index.vue @@ -395,6 +395,7 @@ export default { return jsons; }); } + delete query.secGraClaSubName; return query; }, async resetRank() { -- libgit2 0.21.4