| | |
| | | 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 |
| | |
| | | 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) |
| | | |