From 6d19b62dac5fb4b16d1a4a5c7ba18a17479c9ac6 Mon Sep 17 00:00:00 2001 From: likexuan Date: Fri, 29 Jul 2022 10:50:52 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20panelBox=20=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/panelBox.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/panelBox.vue b/nezha-fronted/src/components/common/rightBox/panelBox.vue index 48226fdbc..b8b04ed2d 100644 --- a/nezha-fronted/src/components/common/rightBox/panelBox.vue +++ b/nezha-fronted/src/components/common/rightBox/panelBox.vue @@ -422,9 +422,10 @@ export default { }, created () { this.dateFormatStr = 'YYYY-MM-DD HH:mm:ss' - if (this.editPanel.id) { - this.isShow = Number(this.editPanel.param.report.schedule.type) - } + this.isShow = Number(this.editPanel.param.report.schedule.type) + // if (this.editPanel.id) { + // this.isShow = Number(this.editPanel.param.report.schedule.type) + // } }, mounted () { this.getUserData()