fix:explore 去除时间锁定 以及 dashboard 时间锁定优化
This commit is contained in:
@@ -868,7 +868,7 @@ export default {
|
||||
})
|
||||
},
|
||||
setTimePickerRange () {
|
||||
if (!this.timePickerRange.nowTimeType) {
|
||||
if (!this.timePickerLocked || !this.timePickerRange.nowTimeType) {
|
||||
this.setDefaultTimeRange()
|
||||
}
|
||||
const nowTimeType = this.nowTimeType = this.timePickerRange.nowTimeType
|
||||
|
||||
Reference in New Issue
Block a user