Merge branch 'feature/2.9.42309.01-薪资核算详情页面列表改造(页面编辑)' into release/2.9.42310.01
This commit is contained in:
commit
eeb5904b4e
|
|
@ -71,13 +71,9 @@ export default class Calculate extends React.Component {
|
|||
// 列表项核算回调
|
||||
handleAccount(record) {
|
||||
window.open(
|
||||
"/spa/hrmSalary/static/index.html#/main/hrmSalary/calculate/" +
|
||||
"/spa/hrmSalary/static/index.html#/main/hrmSalary/calculateDetail?id=" +
|
||||
record.id
|
||||
);
|
||||
// window.open(
|
||||
// "/spa/hrmSalary/static/index.html#/main/hrmSalary/calculateDetail?id=" +
|
||||
// record.id
|
||||
// );
|
||||
}
|
||||
|
||||
// 列表项删除回调
|
||||
|
|
|
|||
Loading…
Reference in New Issue