feat: 修复在继承模型的情况下,非继承属性与继承属性的排序以及其他分组的排序的问题

This commit is contained in:
thexqn 2024-08-23 16:50:37 +08:00
parent 8f62227adb
commit 018a349336
1 changed files with 1 additions and 8 deletions

View File

@ -596,14 +596,7 @@ export default {
return attrTypeFilter.includes(valueType) 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 })
})
},
}, },
} }
</script> </script>