fixed race cond
This commit is contained in:
parent
bcd6d2532d
commit
5ca2488e9a
1 changed files with 5 additions and 4 deletions
|
@ -171,11 +171,12 @@
|
|||
return a
|
||||
})
|
||||
this.$http.post(window.location.pathname + 'config', storeConfig)
|
||||
.then(response => {})
|
||||
.then(this.$http.post(window.location.pathname + 'restart'))
|
||||
.then(() => {
|
||||
.then(response => {
|
||||
document.body.style = 'display:none'
|
||||
setTimeout(() => window.location.reload(), 1e3)
|
||||
this.$http.post(window.location.pathname + 'restart')
|
||||
.then(() => {
|
||||
})
|
||||
})
|
||||
},
|
||||
addAlarm() {
|
||||
|
@ -201,4 +202,4 @@
|
|||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue