|
@@ -1284,13 +1284,13 @@ export default {
|
|
},
|
|
},
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
- // this.accountHttp()
|
|
|
|
- // new Promise((resolve, reject) => {
|
|
|
|
- // this.getEchartData('sectionChart', this.sectionOption)
|
|
|
|
- // resolve()
|
|
|
|
- // }).then(()=>{
|
|
|
|
- // this.myChart.clear()
|
|
|
|
- // })
|
|
|
|
|
|
+ this.accountHttp()
|
|
|
|
+ new Promise((resolve, reject) => {
|
|
|
|
+ this.getEchartData('sectionChart', this.sectionOption)
|
|
|
|
+ resolve()
|
|
|
|
+ }).then(()=>{
|
|
|
|
+ this.myChart.clear()
|
|
|
|
+ })
|
|
|
|
|
|
postAction('/toutiao/videoReportDaily/getColumnJson', {
|
|
postAction('/toutiao/videoReportDaily/getColumnJson', {
|
|
columnType: 2
|
|
columnType: 2
|