From e075344bcada41dbac7b8c13bfa026f74c5a562b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 16 Aug 2024 10:09:31 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.01-=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E6=8B=93=E6=89=91=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/salaryItemFlowGraph/index_antdestgnCharts.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/salaryItemFlowGraph/index_antdestgnCharts.tsx b/src/pages/salaryItemFlowGraph/index_antdestgnCharts.tsx index 6d49e00..0256e0f 100644 --- a/src/pages/salaryItemFlowGraph/index_antdestgnCharts.tsx +++ b/src/pages/salaryItemFlowGraph/index_antdestgnCharts.tsx @@ -6,7 +6,7 @@ */ import React, { FunctionComponent, useEffect, useMemo, useState } from "react"; import { Menu } from "antd"; -import { FundFlowGraph } from "@ant-design/graphs"; +// import { FundFlowGraph } from "@ant-design/graphs"; import { exceptStr } from "@/utils/common"; import { extractTree } from "@/pages/salaryItemDiagram"; import styles from "./index.less"; @@ -161,7 +161,8 @@ const index: FunctionComponent = (props) => { // fitCenter: true }; }, [nodes, edges]); - return ((!_.isEmpty(nodes) && !_.isEmpty(edges)) ? : null); + // + return ((!_.isEmpty(nodes) && !_.isEmpty(edges)) ?
: null); }; export default index;