feature/2.9.42310.01-薪资项目拓扑图

This commit is contained in:
lys 2024-10-18 17:01:06 +08:00
parent 1dbe38a87e
commit caa31ad1ba
1 changed files with 1 additions and 7 deletions

View File

@ -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 } } }, "*");