fix:BUG修改
This commit is contained in:
parent
8e15aaf3e3
commit
105165fc92
@ -35,7 +35,7 @@ export function exportSalaryPdf(params) {
|
||||
|
||||
// 导出工资列表excel
|
||||
export function exportSalaryExcel(params) {
|
||||
window.location.href = axios.defaults.baseURL +`xmgl/workerWagesPayment/excelProjectWages?projectSn=${params.projectSn}&teamId=${params.teamId||''}&departmentId=${params.departmentId||''}`;
|
||||
window.location.href = axios.defaults.baseURL +`xmgl/workerWagesPayment/excelProjectWages?projectSn=${params.projectSn}&teamId=${params.teamId||''}&departmentId=${params.departmentId||''}&payMonth=${params.payMonth||''}&payStatus=${params.payStatus||''}`;
|
||||
}
|
||||
|
||||
// 导入工资列表excel
|
||||
|
||||
@ -525,6 +525,7 @@ export default {
|
||||
payStatus:this.queryParams.payStatus,
|
||||
payMonth: this.queryParams.payMonth
|
||||
}
|
||||
// console.log('导出参数',params)
|
||||
exportSalaryExcel(params)
|
||||
},
|
||||
handleUploadSuccess(res) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user