mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
fix: 原始表添加列时,同步失败
This commit is contained in:
@@ -432,10 +432,14 @@ export default {
|
||||
created() {
|
||||
this.timer = setInterval(() => {
|
||||
this.listTaskLog(false)
|
||||
}, 5000);
|
||||
this.taskTimer = setInterval(() => {
|
||||
this.listTask(false)
|
||||
}, 5000)
|
||||
},
|
||||
beforeDestroy() {
|
||||
clearInterval(this.timer)
|
||||
clearInterval(this.taskTimer)
|
||||
},
|
||||
methods: {
|
||||
calHeight() {
|
||||
|
||||
Reference in New Issue
Block a user