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 }) - }) - }, + } }, }