@@ -34,6 +34,7 @@
sbfb() {
let that = this
getSbfb().then(resp => {
+ that.data_sbfb = resp.data;
that.myEcharts2();
})
},