window.setInterval(() => { setTimeout(() => { this.getList(); // 列表接口 }, 0) }, 60000)//一分钟调用一次定时调用接口数据
定时调用接口数据