Commit f3e79f50 authored by 袁玲利's avatar 袁玲利

解决重复init方法

parent bdf2cee8
...@@ -413,11 +413,6 @@ ...@@ -413,11 +413,6 @@
console.log(this.columns, 'columns') console.log(this.columns, 'columns')
}, },
methods: { methods: {
async init(){
// await this.getCampusConsumerReport()
// await this.initPieCharts()
// await this.getCateringAbnormalTypeGroupList()
},
shareHandler: function() { shareHandler: function() {
let htmlCanvasImg = document.getElementsByClassName("htmlCanvasImg")[0]; let htmlCanvasImg = document.getElementsByClassName("htmlCanvasImg")[0];
if (htmlCanvasImg) { if (htmlCanvasImg) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment