feature/2.9.42310.01-薪资项目拓扑图

release/2.19.1.2503.01-业务线个税
lys 9 months ago
parent 1dbe38a87e
commit caa31ad1ba

@ -151,13 +151,7 @@ const index: FunctionComponent<Props> = (props) => {
}); });
}; };
const handleDiagramTd = (salaryItemId: string, acctEmpId: string) => { const handleDiagramTd = (salaryItemId: string, acctEmpId: string) => {
window.parent.postMessage( window.parent.postMessage({ type: "turn", payload: { id: "DIAGRAM", params: { salaryItemId, acctEmpId } } }, "*");
{
type: "turn",
payload: { id: "DIAGRAM", params: { salaryItemId, acctEmpId } }
},
"*"
);
}; };
const handleFormulaTd = (dataIndex: string) => { const handleFormulaTd = (dataIndex: string) => {
window.parent.postMessage({ type: "turn", payload: { id: "FORMULA", params: { dataIndex } } }, "*"); window.parent.postMessage({ type: "turn", payload: { id: "FORMULA", params: { dataIndex } } }, "*");

Loading…
Cancel
Save