From 018a349336633ac40c6899afb4f804301dddc180 Mon Sep 17 00:00:00 2001 From: thexqn Date: Fri, 23 Aug 2024 16:50:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E5=A4=8D=E5=9C=A8=E7=BB=A7?= =?UTF-8?q?=E6=89=BF=E6=A8=A1=E5=9E=8B=E7=9A=84=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=EF=BC=8C=E9=9D=9E=E7=BB=A7=E6=89=BF=E5=B1=9E=E6=80=A7=E4=B8=8E?= =?UTF-8?q?=E7=BB=A7=E6=89=BF=E5=B1=9E=E6=80=A7=E7=9A=84=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=E5=85=B6=E4=BB=96=E5=88=86=E7=BB=84=E7=9A=84?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/cmdb/views/ci_types/attributesTable.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/cmdb-ui/src/modules/cmdb/views/ci_types/attributesTable.vue b/cmdb-ui/src/modules/cmdb/views/ci_types/attributesTable.vue index c01a402..cf1702c 100644 --- a/cmdb-ui/src/modules/cmdb/views/ci_types/attributesTable.vue +++ b/cmdb-ui/src/modules/cmdb/views/ci_types/attributesTable.vue @@ -596,14 +596,7 @@ export default { return attrTypeFilter.includes(valueType) } }) - }, - refreshPage() { - const path = this.$route.path - const query = { ...this.$route.query, refresh: new Date().getTime() } - this.$router.replace({ path: '/cmdb/dashboard' }).then(() => { - this.$router.replace({ path, query }) - }) - }, + } }, }