Browse Source

订单列表定时更新

pull/97/head
rainbro 1 month ago
parent
commit
f8a807c814
  1. 4
      src/views/agent/checkOrderList.vue

4
src/views/agent/checkOrderList.vue

@ -382,8 +382,8 @@ export default {
// // -- is okk
// this.playSound()
// 5
console.log('这个操作每隔5秒执行一次');
}, 10000);
console.log('定时更新订单');
}, 60000);
},
stopTimer() {
if (this.intervalId) {

Loading…
Cancel
Save