@@ -225,9 +225,9 @@ export default {
clearInterval(this.timer)
var that=this;
that.getList()
- // this.timer=setInterval(()=>{
- // that.getList()
- // },10000)
+ this.timer=setInterval(()=>{
+ that.getList()
+ },10000)
this.openLoading()
},
destroyed() {