whyczyk
2022-03-01 f868ff46ef4fb25a01364f3c5d0fe220d32b7ad0
src/pages/exhibition.vue
@@ -49,6 +49,9 @@
      if (this.$route.query.userId) {
         localStorage.setItem('userId', this.$route.query.userId);
      }
      if (this.$route.query.newPlatform) {
         sessionStorage.setItem('newPlatform', this.$route.query.newPlatform);
      }
      this.nowlayOut.appName = this.$route.query.name;
      if (this.$route.query.head && this.$route.query.head == 1) {
         this.isHeader = false
@@ -106,7 +109,13 @@
                        nowBox[0].appendChild(chartModular.$el)
                        this.modularArr.push(chartModular);
                     }
                     chartModular.setData();
                     if (chartModular.id == "chart14") {
                        this.$nextTick(() => {
                           chartModular.$children[0].setData()
                        })
                     } else {
                        chartModular.setData();
                     }
                     chartModular.resize();
                  }, 0)