Merge branch 'dev-3.7' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.8

This commit is contained in:
zhangyu
2023-06-20 09:46:32 +08:00
5 changed files with 14 additions and 9 deletions

View File

@@ -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)
}
}
})
},