CN-855: Dashboard自定义时间后,刷新按钮点击无反应
This commit is contained in:
@@ -334,6 +334,8 @@ export default {
|
|||||||
if (!this.$refs.dateTimeRange.isCustom) {
|
if (!this.$refs.dateTimeRange.isCustom) {
|
||||||
const value = this.timeFilter.dateRangeValue
|
const value = this.timeFilter.dateRangeValue
|
||||||
this.$refs.dateTimeRange.quickChange(value)
|
this.$refs.dateTimeRange.quickChange(value)
|
||||||
|
} else {
|
||||||
|
this.timeFilter = JSON.parse(JSON.stringify(this.timeFilter))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
this.timeFilter = JSON.parse(JSON.stringify(this.timeFilter))
|
this.timeFilter = JSON.parse(JSON.stringify(this.timeFilter))
|
||||||
|
|||||||
Reference in New Issue
Block a user