fix:修复 explore 切换时间未锁定的问题

This commit is contained in:
zhangyu
2023-07-20 16:13:02 +08:00
parent e567a953d0
commit d165389e9f

View File

@@ -3990,6 +3990,10 @@ export default {
const nowTimeType = this.$refs.pickTime.$refs.timePicker.nowTimeType
this.pageObj.pageNo = 1
this.setSearchTime(nowTimeType.type, nowTimeType.value)
this.$store.dispatch('dispatchTimePickerRange', {
time: this.searchTime,
nowTimeType: this.nowTimeType
})
if (this.expressions && this.expressions.length >= 1) {
if (this.showMetrics) {
this.queryTableData()