feat: fix loading state disappearing
This commit is contained in:
parent
04cd5b0981
commit
5f5f086dfc
1 changed files with 5 additions and 0 deletions
|
|
@ -254,6 +254,11 @@ export default {
|
|||
(responseState) => {
|
||||
console.log(responseState)
|
||||
updateRESTResponse(responseState)
|
||||
},
|
||||
() => {
|
||||
this.loading = false
|
||||
},
|
||||
() => {
|
||||
this.loading = false
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue