From 63132e682e62ee849c3e4511d5f92a1134bf1d2d Mon Sep 17 00:00:00 2001 From: hyx Date: Wed, 14 Jun 2023 10:35:47 +0800 Subject: [PATCH] =?UTF-8?q?CN-1088=20=E5=AE=9E=E4=BD=93=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E6=83=85=E6=8A=A5=E8=81=9A=E5=90=88tab=E7=9A=84nodata=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=8F=8B=E5=A5=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../charts/entityDetail/tabs/InformationAggregation.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/charts2/charts/entityDetail/tabs/InformationAggregation.vue b/src/views/charts2/charts/entityDetail/tabs/InformationAggregation.vue index ef22335f..798e7870 100644 --- a/src/views/charts2/charts/entityDetail/tabs/InformationAggregation.vue +++ b/src/views/charts2/charts/entityDetail/tabs/InformationAggregation.vue @@ -4,7 +4,7 @@ -
+
{ @@ -167,6 +169,7 @@ export default { this.isNoData = false this.errorMsg = this.errorMsgHandler(e) }).finally(() => { + this.loading = false this.toggleLoading(false) }) }