|
@@ -931,7 +931,7 @@ export default {
|
|
|
leaveCode: this.leaveTypeItem,
|
|
|
companyId: this.user.companyId,
|
|
|
departmentId: this.departmentSel ? this.departmentSel[this.departmentSel.length - 1] : '',
|
|
|
- userId: this.user.id,
|
|
|
+ userId: this.userSelId,
|
|
|
}
|
|
|
this.http.post('/user-yearleave-setting/exportDingDingLeaveQt',param,
|
|
|
res => {
|