feat: don't rethrow same error and handle errors globally
This commit is contained in:
@ -84,9 +84,6 @@ export default {
|
||||
|
||||
this.loadedList = JSON.parse(JSON.stringify(currentList))
|
||||
})
|
||||
.catch(e => {
|
||||
this.$message.error(e)
|
||||
})
|
||||
},
|
||||
|
||||
loadTasksForPage(e) {
|
||||
|
Reference in New Issue
Block a user