工单未开始定时查询时间修改为3分钟

master
陈恒杰 4 months ago
parent bbd568b342
commit 32c402aaef

@ -319,8 +319,8 @@ export default {
this.getUnReadList(); this.getUnReadList();
// //
this.timer = setInterval(() => { this.timer = setInterval(() => {
setTimeout(this.getUnReadList(), 30000); setTimeout(this.getUnReadList(), 180000);
}, 30000); }, 180000);
} }
}, },
components: { components: {

Loading…
Cancel
Save