| | |
| | | this.cjzl03_yData.push(res3[res3Key].map(i => i.count)) |
| | | } |
| | | } |
| | | loadEcharts('cjzl03', cjzl03(this.cjzl03_xData, this.legendData, this.cjzl03_yData))// 左侧 |
| | | loadEcharts('cjzl03', cjzl03(this.cjzl03_xData, this.legendData, this.cjzl03_yData, false))// 左侧 |
| | | setInterval(() => { |
| | | QCBadCenterLeftWeek({ wkshopcode: temp.join(',') }).then(res3 => { |
| | | this.cjzl03_xData = [] |
| | |
| | | this.cjzl03_yData.push(res3.data[res3Key].map(i => i.count)) |
| | | } |
| | | } |
| | | loadEcharts('cjzl03', cjzl03(this.cjzl03_xData, this.legendData, this.cjzl03_yData))// 左侧 |
| | | loadEcharts('cjzl03', cjzl03(this.cjzl03_xData, this.legendData, this.cjzl03_yData, false))// 左侧 |
| | | }) |
| | | }, 1000 * 40) |
| | | |