fix:优化 dashboard 时间锁定

This commit is contained in:
zhangyu
2023-07-20 18:29:00 +08:00
parent 4eac2b928e
commit 45abd4ac95

View File

@@ -842,6 +842,10 @@ export default {
this.$set(this.searchTime, 2, val + 'd')
}
this.$refs.pickTime && (this.$refs.pickTime.$refs.timePicker.searchTime = this.searchTime)
this.$store.dispatch('dispatchPanelTime', {
time: this.searchTime,
nowTimeType: this.nowTimeType
})
},
/* 时间条件查询--end */
// 公用操作