fix: 1、修复detection下拉面板点击空白处,地址栏的eventId未被清除的问题;2、完善policy交互流程

This commit is contained in:
刘洪洪
2023-10-25 15:13:57 +08:00
parent 1fae281b8b
commit 6dea1ee890
4 changed files with 58 additions and 10 deletions

View File

@@ -176,6 +176,15 @@ export default {
}
}
},
watch: {
isCollapse (newVal) {
const newQuery = this.$route.query
if (newVal && newQuery.eventId) {
delete newQuery.eventId
this.reloadUrl(newQuery, 'cleanOldParams')
}
}
},
methods: {
unitConvert,
getMillisecond,