Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web into master-V32-XuHaoJie
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -129,6 +129,7 @@ const excludeKpi = (proxy,subId,callback) => { | @@ -129,6 +129,7 @@ const excludeKpi = (proxy,subId,callback) => { | ||
129 | if(callback){ | 129 | if(callback){ |
130 | callback(); | 130 | callback(); |
131 | } | 131 | } |
132 | + kpiDetail.value.dataList = []; | ||
132 | showExcludeKpi(false); | 133 | showExcludeKpi(false); |
133 | } | 134 | } |
134 | }); | 135 | }); |
-
Please register or login to post a comment