From aa6c4f16c20a454519e92151574beed06c464b52 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Sat, 27 Nov 2021 13:08:05 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1322=20fix=EF=BC=9A=E4=BF=AE=E6=94=B9Endpoi?= =?UTF-8?q?nt=E6=9F=A5=E7=9C=8B=E8=A1=A8=E8=BE=BE=E5=BC=8F=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E6=97=B6=EF=BC=8C=E5=88=87=E6=8D=A2=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E5=9B=BE=E8=A1=A8=E6=B2=A1=E6=9C=89=E5=8F=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=9B=9E=E5=8E=9F=E6=97=B6=E9=97=B4=EF=BC=8C?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E5=8F=82=E6=95=B0=E4=B8=8D=E5=AF=B9=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/pickTime.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) {