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()