fix : panelBox 页面调整

This commit is contained in:
likexuan
2022-07-29 10:50:52 +08:00
parent 4efef77739
commit 6d19b62dac

View File

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