Explorar el Código

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

insomniaLee hace 5 años
padre
commit
4f9220031a
Se han modificado 1 ficheros con 1 adiciones y 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("聚合图")
     }