feat: fix loading state disappearing
This commit is contained in:
@@ -254,6 +254,11 @@ export default {
|
|||||||
(responseState) => {
|
(responseState) => {
|
||||||
console.log(responseState)
|
console.log(responseState)
|
||||||
updateRESTResponse(responseState)
|
updateRESTResponse(responseState)
|
||||||
|
},
|
||||||
|
() => {
|
||||||
|
this.loading = false
|
||||||
|
},
|
||||||
|
() => {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user