hotfix/2.14.2.2405.02
This commit is contained in:
parent
3418bfe4aa
commit
411ba9744b
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue