@@ -216,7 +216,7 @@ export default {
// 防止多次触发刷新
if (this.intervalId) return;
this.intervalId = setInterval(() => {
- this.getList();
+ this.getJobPlayInfo();
}, 5000);
},
stopRefreshing() {