diff --git a/nezha-fronted/src/components/charts/chart-list.vue b/nezha-fronted/src/components/charts/chart-list.vue index 974fc9e05..afee9cd37 100644 --- a/nezha-fronted/src/components/charts/chart-list.vue +++ b/nezha-fronted/src/components/charts/chart-list.vue @@ -316,6 +316,8 @@ export default { }else{ if(response.msg){ this.$message.error(response.msg); + }else if(response.error){ + this.$message.error(response.error); }else { this.$message.error(response); }