朱思禹提交:提交超融合代码

init
Administrator 4 years ago
parent 44a6b4ddfc
commit b2c37006f6

@ -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>
</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);
this.charts.setOption({
@ -114,4 +114,4 @@
#myChart{
width: 100%;
}
</style>
</style>

Loading…
Cancel
Save