feature/2.14.5.2406.03-工资单查看详情列表添加自定义列的功能
This commit is contained in:
parent
fef6bac256
commit
adf8b1bddc
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue