薪资核算添加核算人员的功能

This commit is contained in:
黎永顺 2022-11-24 18:17:12 +08:00
parent c6f170d373
commit ca29007a00
1 changed files with 2 additions and 6 deletions

View File

@ -170,8 +170,9 @@ export default class CalculateDetail extends React.Component {
type: "PR",
listType: "",
url: "/api/bs/hrmsalary/salaryacct/acctresult/list",
selectedRowKeys: [],
queryParams: {
salaryAcctRecordId
salaryAcctRecordId,
}
};
childFrameObj.contentWindow.postMessage(JSON.stringify(payload), "*");
@ -265,11 +266,6 @@ export default class CalculateDetail extends React.Component {
btnOnClick={this.handleAccount}
menuOnClick={(key) => this.handleAccount(key)}
/>,
// <Button
// type="primary"
// onClick={() => this.handleAccount()}>
// 核算
// </Button>,
<Dropdown.Button overlay={menu}>
更多
</Dropdown.Button>