From 657ae8418de6cdb2d35df836eae7f9508a70ec44 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 1 Apr 2021 09:48:03 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=BB=98=E8=AE=A4=E6=97=B6=E9=97=B4=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/timePicker.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/common/timePicker.vue b/nezha-fronted/src/components/common/timePicker.vue index 9c92e8abb..35402ebf1 100644 --- a/nezha-fronted/src/components/common/timePicker.vue +++ b/nezha-fronted/src/components/common/timePicker.vue @@ -264,6 +264,7 @@ export default { if (timeGroup) { this.showTime = this.nowTimeType = this.timeData.find(item => item.id == timeGroup.id) if (this.showTime) { + this.showTime = Object.assign({}, this.showTime) this.$set(this.searchTime, 0, timeGroup.start_time) this.$set(this.searchTime, 1, timeGroup.end_time) } else {