hotfix/2.14.2.2405.02

This commit is contained in:
黎永顺 2024-05-28 16:42:21 +08:00
parent 3418bfe4aa
commit 411ba9744b
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class SalaryDetails extends Component {
return;
}
WeaLoadingGlobal.start();
const promise = API.exportSalaryList({ ...payload, ids: selectedRowKeys });
const promise = API.exportSalaryList({ ...payload, ids: key === "SELECTED" ? selectedRowKeys : [] });
};
getColumns = () => {
const { attendanceStore: { tableStore } } = this.props;