diff --git a/frontend/src/views/dataset/data/UpdateInfo.vue b/frontend/src/views/dataset/data/UpdateInfo.vue index 19033303d8..ff82b6ff96 100644 --- a/frontend/src/views/dataset/data/UpdateInfo.vue +++ b/frontend/src/views/dataset/data/UpdateInfo.vue @@ -379,6 +379,12 @@ export default { mounted() { this.calHeight() }, + created() { + this.timer = setInterval(this.listTaskLog, 5000) + }, + beforeDestroy() { + clearInterval(this.timer) + }, methods: { calHeight() { const that = this