薪资核算添加核算人员的功能
This commit is contained in:
parent
ca29007a00
commit
b1efea87a3
|
|
@ -143,7 +143,7 @@ export default class CalculateDetail extends React.Component {
|
|||
this.setState({ progress: 0 });
|
||||
let payload = { salaryAcctRecordId: this.id };
|
||||
if (key === "SELECT") {
|
||||
payload = _.assign(payload, { employeeIds: this.state.accountIds });
|
||||
payload = _.assign(payload, { ids: this.state.accountIds });
|
||||
}
|
||||
acctresultAccounting(payload).then(() => {
|
||||
this.setState({
|
||||
|
|
|
|||
Loading…
Reference in New Issue