mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
修复无法初次加载问题
This commit is contained in:
@@ -179,7 +179,9 @@ export default {
|
||||
}
|
||||
},
|
||||
async created () {
|
||||
this.getData()
|
||||
setTimeout(() => {
|
||||
this.getData()
|
||||
}, 1000)
|
||||
|
||||
this.handle = setInterval(() => {
|
||||
this.getData()
|
||||
|
||||
Reference in New Issue
Block a user