mirror of https://github.com/veops/cmdb.git
feat: 修复在继承模型的情况下,非继承属性与继承属性的排序以及其他分组的排序的问题
This commit is contained in:
parent
8f62227adb
commit
018a349336
|
@ -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 })
|
||||
})
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue