feature/2.9.42310.01-薪资项目拓扑图
This commit is contained in:
parent
1dbe38a87e
commit
caa31ad1ba
|
|
@ -151,13 +151,7 @@ const index: FunctionComponent<Props> = (props) => {
|
|||
});
|
||||
};
|
||||
const handleDiagramTd = (salaryItemId: string, acctEmpId: string) => {
|
||||
window.parent.postMessage(
|
||||
{
|
||||
type: "turn",
|
||||
payload: { id: "DIAGRAM", params: { salaryItemId, acctEmpId } }
|
||||
},
|
||||
"*"
|
||||
);
|
||||
window.parent.postMessage({ type: "turn", payload: { id: "DIAGRAM", params: { salaryItemId, acctEmpId } } }, "*");
|
||||
};
|
||||
const handleFormulaTd = (dataIndex: string) => {
|
||||
window.parent.postMessage({ type: "turn", payload: { id: "FORMULA", params: { dataIndex } } }, "*");
|
||||
|
|
|
|||
Loading…
Reference in New Issue