From 3da44667bd0a0c33f2bf6406c3654aadc15d4b29 Mon Sep 17 00:00:00 2001 From: ibuler Date: Wed, 10 Jun 2020 13:56:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/CommandFilter/CommandFilterList.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/assets/CommandFilter/CommandFilterList.vue b/src/views/assets/CommandFilter/CommandFilterList.vue index f0dedecf0..dbfff943d 100644 --- a/src/views/assets/CommandFilter/CommandFilterList.vue +++ b/src/views/assets/CommandFilter/CommandFilterList.vue @@ -29,7 +29,9 @@ export default { label: this.$t('assets.Rules'), formatter: DetailFormatter, formatterArgs: { - route: 'CommandFilterDetail', + routeQuery: { + activeTab: 'rules' + }, getTitle: ({ cellValue }) => cellValue.length } },