@@ -224,7 +224,7 @@ export default {
this.getList();
this.timer = setInterval(() => {
this.getList('notLoading');
- }, 50000)
+ }, 300000)
},
methods: {
getValueByKey,