Browse Source

删打印

master
x_ying 2 years ago
parent
commit
04da99d518
  1. 2
      src/views/components/echarts/lendAcross.vue
  2. 2
      src/views/components/echarts/typePie.vue

2
src/views/components/echarts/lendAcross.vue

@ -65,8 +65,6 @@ export default {
refreshEchart() { refreshEchart() {
if (this.refreshtime) { if (this.refreshtime) {
this.timer = setInterval(() => { this.timer = setInterval(() => {
// this.elendData = []
console.log(this.lendData, this.elendData, '**')
this.drawChart() this.drawChart()
}, this.refreshtime) }, this.refreshtime)
} else { } else {

2
src/views/components/echarts/typePie.vue

@ -65,8 +65,6 @@ export default {
refreshEchart() { refreshEchart() {
if (this.refreshtime) { if (this.refreshtime) {
this.timer = setInterval(() => { this.timer = setInterval(() => {
console.log(this.typeData, this.etypeData, '==')
this.drawChart() this.drawChart()
}, this.refreshtime) }, this.refreshtime)
} else { } else {

Loading…
Cancel
Save