Explorar o código

修复聚合报告页面点击树状图,返回时聚合图清空问题

insomniaLee %!s(int64=5) %!d(string=hai) anos
pai
achega
4f9220031a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/resources/templates/agg_report_new.html

+ 1 - 1
src/main/resources/templates/agg_report_new.html

@@ -588,7 +588,7 @@
         $('#summary').show();
         $('#treePart').hide();
         $('#backButton').hide();
-        initMaster();
+        initMaster(masterId);
         $('#showPicture').html("聚合图")
     }