From 9b3e7c3c47dc27e531a7b954aa2b3ba500c84b78 Mon Sep 17 00:00:00 2001 From: zhuzhuanzhuan Date: 星期四, 10 八月 2023 16:33:18 +0800 Subject: [PATCH] 项目整体弹窗提示 --- src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue b/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue index 4444581..d2406ed 100644 --- a/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue +++ b/src/views/mdc/base/modules/StatisticsChart/StatisticsLegend.vue @@ -588,7 +588,11 @@ // console.log(res.result[0].entity.tierName) _this.$set(this.queryParam, 'tierName', res.result[0].title) } else { - this.$message.warn(res.message) + // this.$message.warn(res.message) + this.$notification.warning({ + message:'娑堟伅', + description:res.message + }); } }).finally(() => { this.loading = false -- Gitblit v1.9.3