fixed race cond
This commit is contained in:
parent
e231aa1437
commit
28392c09e2
1 changed files with 8 additions and 7 deletions
|
@ -245,11 +245,12 @@
|
||||||
return a
|
return a
|
||||||
})
|
})
|
||||||
this.$http.post(window.location.pathname + 'config', storeConfig)
|
this.$http.post(window.location.pathname + 'config', storeConfig)
|
||||||
.then(response => {})
|
.then(response => {
|
||||||
.then(this.$http.post(window.location.pathname + 'restart'))
|
|
||||||
.then(() => {
|
|
||||||
document.body.style = 'display:none'
|
document.body.style = 'display:none'
|
||||||
setTimeout(() => window.location.reload(), 1e3)
|
setTimeout(() => window.location.reload(), 1e3)
|
||||||
|
this.$http.post(window.location.pathname + 'restart')
|
||||||
|
.then(() => {
|
||||||
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
addAlarm() {
|
addAlarm() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue