CN-1592 fix: 修复tag下拉切换状态问题
This commit is contained in:
@@ -673,6 +673,10 @@ export default {
|
||||
}
|
||||
})
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
// 重置时间条件
|
||||
this.$refs.dateTimeRange.quickChange(DEFAULT_TIME_FILTER_RANGE.tag.activeEntity || 60)
|
||||
})
|
||||
},
|
||||
getIsBuiltIn (isBuiltIn) {
|
||||
if (isBuiltIn === 1) {
|
||||
|
||||
Reference in New Issue
Block a user