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

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

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

Loading…
Cancel
Save