|
@@ -243,7 +243,9 @@
|
|
|
var time=y + '-' + m + '-' + '01'
|
|
|
this.changetime=time
|
|
|
this.getCalendarList(time)
|
|
|
- this.getClockCountper()
|
|
|
+ if(checkPermi(['system:clock:personage:month'])){
|
|
|
+ this.getClockCountper()
|
|
|
+ }
|
|
|
// if(y==this.year&&m==this.month){
|
|
|
// this.getCalendarList()
|
|
|
// this.changetime='';
|