changed cancel() to be called before handle error
This commit is contained in:
parent
b35c0ff314
commit
fc6aee8373
8 changed files with 34 additions and 34 deletions
|
@ -129,8 +129,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
deleteList() {
|
deleteList() {
|
||||||
|
@ -142,8 +142,8 @@
|
||||||
router.push({name: 'home'})
|
router.push({name: 'home'})
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleError(e) {
|
handleError(e) {
|
||||||
|
|
|
@ -54,8 +54,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleError(e) {
|
handleError(e) {
|
||||||
|
|
|
@ -216,8 +216,8 @@
|
||||||
cancel() // cancel the timer
|
cancel() // cancel the timer
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
addTask() {
|
addTask() {
|
||||||
|
@ -230,8 +230,8 @@
|
||||||
cancel() // cancel the timer
|
cancel() // cancel the timer
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
|
|
||||||
this.newTask = ''
|
this.newTask = ''
|
||||||
|
@ -246,8 +246,8 @@
|
||||||
cancel() // To not set the spinner to loading when the request is made in less than 100ms, would lead to loading infinitly.
|
cancel() // To not set the spinner to loading when the request is made in less than 100ms, would lead to loading infinitly.
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
editTask(id) {
|
editTask(id) {
|
||||||
|
@ -341,8 +341,8 @@
|
||||||
cancel() // cancel the timers
|
cancel() // cancel the timers
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
updateTaskByID(id, updatedTask) {
|
updateTaskByID(id, updatedTask) {
|
||||||
|
|
|
@ -108,8 +108,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
|
@ -128,8 +128,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
deleteNamespace() {
|
deleteNamespace() {
|
||||||
|
@ -141,8 +141,8 @@
|
||||||
router.push({name: 'home'})
|
router.push({name: 'home'})
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleError(e) {
|
handleError(e) {
|
||||||
|
|
|
@ -54,8 +54,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleError(e) {
|
handleError(e) {
|
||||||
|
|
|
@ -128,8 +128,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
deleteTeam() {
|
deleteTeam() {
|
||||||
|
@ -142,8 +142,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
addTeam(admin) {
|
addTeam(admin) {
|
||||||
|
@ -163,8 +163,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
toggleTeamType(teamid, current) {
|
toggleTeamType(teamid, current) {
|
||||||
|
@ -181,8 +181,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleError(e) {
|
handleError(e) {
|
||||||
|
|
|
@ -150,8 +150,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
deleteUser() {
|
deleteUser() {
|
||||||
|
@ -164,8 +164,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
addUser(admin) {
|
addUser(admin) {
|
||||||
|
@ -188,8 +188,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
toggleUserType(userid, current) {
|
toggleUserType(userid, current) {
|
||||||
|
@ -206,8 +206,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
findUsers(query) {
|
findUsers(query) {
|
||||||
|
@ -234,8 +234,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
clearAll () {
|
clearAll () {
|
||||||
|
|
|
@ -203,8 +203,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
deleteTeam() {
|
deleteTeam() {
|
||||||
|
@ -246,8 +246,8 @@
|
||||||
cancel()
|
cancel()
|
||||||
})
|
})
|
||||||
.catch(e => {
|
.catch(e => {
|
||||||
this.handleError(e)
|
|
||||||
cancel()
|
cancel()
|
||||||
|
this.handleError(e)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
toggleUserType(userid, current) {
|
toggleUserType(userid, current) {
|
||||||
|
|
Loading…
Reference in a new issue