CN-749 fix: 统一error交互
This commit is contained in:
@@ -288,7 +288,7 @@ export default {
|
||||
})
|
||||
} else {
|
||||
this.showError = true
|
||||
this.errorMsg = res[0].message
|
||||
this.errorMsg = this.errorMsgHandler(res[0])
|
||||
}
|
||||
}).catch(e => {
|
||||
console.error(e)
|
||||
|
||||
Reference in New Issue
Block a user