NEZ-3006 fix:Explorer保存图表 preview 时间选择器出现invalid date

This commit is contained in:
zhangyu
2023-07-21 11:59:28 +08:00
parent f85c7a61ed
commit b8746e9459
3 changed files with 18 additions and 17 deletions

View File

@@ -865,10 +865,10 @@ export default {
time: this.searchTime,
nowTimeType: this.nowTimeType
})
this.$store.dispatch('dispatchTimePickerRange', {
time: this.searchTime,
nowTimeType: this.nowTimeType
})
// this.$store.dispatch('dispatchTimePickerRange', {
// time: this.searchTime,
// nowTimeType: this.nowTimeType
// })
})
},
setTimePickerRange () {