@ -41,6 +41,7 @@
},
method:InterfaceConfig.getMailInfo.method,
isTestLogin:InterfaceConfig.getMailInfo.isTestLogin
// eslint-disable-next-line no-unused-vars
}],(result)=>{
})
@ -45,7 +45,7 @@
methods: {
drawLine(id) {
drawLine() {
this.charts = echarts.init(this.$refs.line_dv);
this.charts.setOption({
xAxis: {
@ -97,4 +97,4 @@
#lineChart{
width: 100%;
}
</style>
@ -70,7 +70,7 @@
this.$emit("currentEchartData",param.name);
// 绘制饼状图
drawPie(id){
drawPie(){
this.charts = echarts.init(this.$refs.pie_dv);
this.charts.on("click", this.eConsole);
@ -114,4 +114,4 @@
#myChart{