|
@@ -1486,6 +1486,12 @@ export default {
|
|
url += "/exportUserWorkingTimeList"
|
|
url += "/exportUserWorkingTimeList"
|
|
sl.startDate = this.rangeDatas[0]
|
|
sl.startDate = this.rangeDatas[0]
|
|
sl.endDate = this.rangeDatas[1]
|
|
sl.endDate = this.rangeDatas[1]
|
|
|
|
+ if(this.departmentIdArray.length != 0){
|
|
|
|
+ sl.departmentId = this.departmentIdArray[this.departmentIdArray.length - 1]
|
|
|
|
+ }
|
|
|
|
+ if(this.userId){
|
|
|
|
+ sl.userId = this.userId
|
|
|
|
+ }
|
|
} else if (this.ins == 9) {
|
|
} else if (this.ins == 9) {
|
|
fName = this.$t('personnelfillingtimelyratestatistics') + '.xls'
|
|
fName = this.$t('personnelfillingtimelyratestatistics') + '.xls'
|
|
url += "/exportReportTimelinessRate"
|
|
url += "/exportReportTimelinessRate"
|