src/components/charts/RoseChartHea.vue
@@ -59,6 +59,19 @@ this.$options.chart.resize(); }, toParentPage() { if (sessionStorage.getItem('newPlatform') == 1) { window.parent.parent.postMessage({ cmd: "syncPage", params: { pageInfo: { label: "落后单体查询", name: "taskplan", src: "/reportStatistics/taskplan", closable: true }, } }, "*"); } else { window.parent.parent.postMessage({ cmd: "syncPage", params: { @@ -70,6 +83,7 @@ }, } }, "*"); } }, setOption(opt) { this.$options.chart.setOption(opt);