dev01 1 gadu atpakaļ
vecāks
revīzija
dee96e8a3a
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      src/pages/punchClock/punchClocks.jsx

+ 4 - 0
src/pages/punchClock/punchClocks.jsx

@@ -75,7 +75,10 @@ class PunchClocks extends Component {
 
 
     })
     })
   }
   }
+
   componentWillMount() {
   componentWillMount() {
+    const { year, month } = this.state
+
     this.nowTime = setInterval(() => {
     this.nowTime = setInterval(() => {
       this.setState({
       this.setState({
         nowTime: dayjs().format('HH:mm:ss')
         nowTime: dayjs().format('HH:mm:ss')
@@ -87,6 +90,7 @@ class PunchClocks extends Component {
         data: arg
         data: arg
       }, () => {
       }, () => {
         this.onmyDuration()
         this.onmyDuration()
+        !!arg.id && this.onMyDurationMonth({ id: arg.id }, { year, month })
       })
       })
     })
     })
   }
   }