feature/2.9.42309.01-薪资核算详情页面列表改造(页面编辑)

This commit is contained in:
黎永顺 2023-09-26 13:26:55 +08:00
parent b54a561ba4
commit 929a5da68a
1 changed files with 3 additions and 5 deletions

View File

@ -37,10 +37,6 @@ class Index extends Component {
this.timer = null;
}
componentDidMount() {
console.log(this.props);
}
handleMenuClick = ({ key }) => {
switch (key) {
case "calc_selected":
@ -126,10 +122,12 @@ class Index extends Component {
}
});
break;
case "offlineCompare":
window.open(`/spa/hrmSalary/static/index.html#/main/hrmSalary/compareDetail?id=${salaryAcctRecordId}`, "_blank");
break;
default:
break;
}
console.log(key);
};
renderReqBtns = () => {
const { selectedKey } = this.state;