|
|
|
@ -909,7 +909,7 @@ export default {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
/** 查询时员工 */
|
|
|
|
/** 查询时员工 */
|
|
|
|
getlistEmployee() {
|
|
|
|
getlistEmployee() {
|
|
|
|
listEmployeeInfo({ pageSize: 1000000000 }).then(response => {
|
|
|
|
listEmployeeInfo({ pageSize: 1000000000, tenantId: this.gsInfo.active_id }).then(response => {
|
|
|
|
this.employeeList = response.rows
|
|
|
|
this.employeeList = response.rows
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
@ -1189,7 +1189,8 @@ export default {
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
this.queryParams.exportDate = this.queform.date
|
|
|
|
this.queryParams.exportDate = this.queform.date
|
|
|
|
this.download('pay/workOrderBaohuo/export', {
|
|
|
|
this.download('pay/workOrderBaohuo/export', {
|
|
|
|
...this.queryParams
|
|
|
|
exportDate: this.queform.date,
|
|
|
|
|
|
|
|
tenantId: this.gsInfo.active_id
|
|
|
|
}, `包活信息_${new Date().getTime()}.xlsx`)
|
|
|
|
}, `包活信息_${new Date().getTime()}.xlsx`)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|