fix:BUG修改

This commit is contained in:
严妍 2023-07-13 08:53:09 +08:00
parent 8e15aaf3e3
commit 105165fc92
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -525,6 +525,7 @@ export default {
payStatus:this.queryParams.payStatus,
payMonth: this.queryParams.payMonth
}
// console.log('',params)
exportSalaryExcel(params)
},
handleUploadSuccess(res) {