feature/2.14.5.2406.03-工资单查看详情列表添加自定义列的功能

This commit is contained in:
黎永顺 2024-07-16 09:31:56 +08:00
parent fef6bac256
commit adf8b1bddc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class PayrollDetail extends Component {
handleExportAll = () => {
const salarySendId = getQueryString("id");
const url = `${window.location.origin}/api/bs/hrmsalary/salaryBill/send/exportDetailList?salarySendId=${salarySendId}`;
window.open(url, "_self");
window.open(url, "_blank");
};
render() {