whyczyk
2022-03-01 f868ff46ef4fb25a01364f3c5d0fe220d32b7ad0
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);