修改样式和部分报错信息。

This commit is contained in:
liushiting
2020-01-17 16:50:17 +08:00
parent 26e2bcf53f
commit 6d90aabf14
9 changed files with 982 additions and 825 deletions

View File

@@ -785,6 +785,7 @@ export default {
}
return num.toFixed(2);
},
handleClose(){},
/*
handleClose(done) {
/*
@@ -980,6 +981,13 @@ export default {
},
mounted() {
this.firstLoad = false;
let Myecharts2 = echarts.init(document.getElementById('lineChartArea'));
console.log(Myecharts2);
setTimeout(function () {
Myecharts2.resize()
}, 500)
},
beforeDestroy() {},
};