Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.8
This commit is contained in:
@@ -127,7 +127,9 @@ export default {
|
||||
this.tableData = response.data.list
|
||||
this.total = response.data.total
|
||||
} else {
|
||||
this.$message.error(response.msg)
|
||||
if (response.msg || response.error) {
|
||||
this.$message.error(response.msg || response.error)
|
||||
}
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user