diff --git a/nezha-fronted/src/components/common/pickTime.vue b/nezha-fronted/src/components/common/pickTime.vue index 1ff8dba1c..62d4e10e0 100644 --- a/nezha-fronted/src/components/common/pickTime.vue +++ b/nezha-fronted/src/components/common/pickTime.vue @@ -148,8 +148,10 @@ export default { }, dateChange (time) { this.searchTime = time - this.$emit('change', this.searchTime) - this.refreshDataFunc() + setTimeout(() => { + this.$emit('change', this.searchTime) + this.refreshDataFunc() + }, 100) }, antiShake () { if (this.timer) {