|
@@ -28,8 +28,13 @@
|
|
|
sbsbsjsl() {
|
|
|
let that = this
|
|
|
getSbsbsjsl(null).then(resp => {
|
|
|
- that.data_sbsjsbsl_num = resp.data.num
|
|
|
- that.data_sbsjsbsl_reportor = resp.data.reportor
|
|
|
+ // that.data_sbsjsbsl_num = resp.data.num
|
|
|
+ // that.data_sbsjsbsl_reportor = resp.data.reportor
|
|
|
+ for(let i=0;i<8;i++)
|
|
|
+ {
|
|
|
+ that.data_sbsjsbsl_num.push(resp.data.num[0])
|
|
|
+ that.data_sbsjsbsl_reportor.push(resp.data.reportor[0])
|
|
|
+ }
|
|
|
this.myEcharts()
|
|
|
})
|
|
|
},
|