CN-1705 fix: 优化错误反馈

This commit is contained in:
chenjinsong
2024-09-19 17:21:20 +08:00
parent 057a7f66b6
commit a2523b6b84
2 changed files with 15 additions and 9 deletions

View File

@@ -335,7 +335,7 @@ export default {
]
return response // response.data.data.list
} catch (e) {
this.errorMsgHandler(e)
this.$message.error(this.errorMsgHandler(e))
console.error(e)
} finally {
// this.loading.baseStationLoading = false

File diff suppressed because one or more lines are too long