|
@@ -398,11 +398,11 @@
|
|
|
},
|
|
|
getEchart(){
|
|
|
var that = this
|
|
|
- that.timers = setTimeout(()=>{
|
|
|
- clearTimeout(that.timers)
|
|
|
- console.log(that.timers)
|
|
|
+ // that.timers = setTimeout(()=>{
|
|
|
+ // clearTimeout(that.timers)
|
|
|
+ // console.log(that.timers)
|
|
|
that.jieliu()
|
|
|
- },800);
|
|
|
+ // },100);
|
|
|
// this.jieliu()
|
|
|
},
|
|
|
// 脱离出来的方法
|