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