mirror of
https://github.com/dataease/dataease.git
synced 2026-05-22 21:38:32 +08:00
refactor(仪表板): 关闭编辑界面及时销毁定时任务
This commit is contained in:
@@ -205,6 +205,8 @@ export default {
|
||||
eventBus.$off('preview', this.preview)
|
||||
eventBus.$off('save', this.save)
|
||||
eventBus.$off('clearCanvas', this.clearCanvas)
|
||||
clearInterval(this.timer)
|
||||
this.timer = null
|
||||
},
|
||||
methods: {
|
||||
close() {
|
||||
|
||||
Reference in New Issue
Block a user