Commit 6bd594f3 authored by “yiyousong”'s avatar “yiyousong”

pref:修改自动刷新

parent 7de578a4
...@@ -1049,6 +1049,11 @@ export default { ...@@ -1049,6 +1049,11 @@ export default {
// 1分值自动刷新数据 // 1分值自动刷新数据
autoUpdata() { autoUpdata() {
this.timer = setInterval(() => { this.timer = setInterval(() => {
this.getDeptList();
this.getStaff();
this.getYearRecordAll();
this.getMonthRecordAll();
this.getDayRecordAll();
this.staffStatList(); this.staffStatList();
this.getException(); this.getException();
this.depStatList(); this.depStatList();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment