src/components/charts/RoseChartED.vue
@@ -61,6 +61,19 @@ }, toParentPage(value) { if (typeof (value) == 'string') { if (sessionStorage.getItem('newPlatform') == 1) { window.parent.parent.postMessage({ cmd: "syncPage", params: { pageInfo: { label: "电池信息统计分析", name: "produceTotal", src: "/dataMager/produceTotal/?xuHang=" + value, closable: true }, } }, "*"); } else { window.parent.parent.postMessage({ cmd: "syncPage", params: { @@ -73,6 +86,7 @@ } }, "*"); } } }, setOption(opt) { this.$options.chart.setOption(opt);