CN-1592 fix: 修复tag下拉切换状态问题

This commit is contained in:
chenjinsong
2024-04-16 09:56:53 +08:00
parent 1782c88ea9
commit 3c621cc46e

View File

@@ -673,6 +673,10 @@ export default {
}
})
}
this.$nextTick(() => {
// 重置时间条件
this.$refs.dateTimeRange.quickChange(DEFAULT_TIME_FILTER_RANGE.tag.activeEntity || 60)
})
},
getIsBuiltIn (isBuiltIn) {
if (isBuiltIn === 1) {