From a59f168ba251646d640ae6902fefd931163b187f Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Sat, 21 May 2022 12:43:33 +0800 Subject: [PATCH] =?UTF-8?q?5.21=20=E5=AF=BB=E6=89=BE=E5=95=86=E6=9C=BA?= =?UTF-8?q?=E4=B8=AD=E8=BD=AC=E9=A1=B5=E5=8F=82=E6=95=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/LoadingPage/MiddleLoading/ToFindBusiness.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/LoadingPage/MiddleLoading/ToFindBusiness.tsx b/src/pages/LoadingPage/MiddleLoading/ToFindBusiness.tsx index 3321d21..08f185f 100644 --- a/src/pages/LoadingPage/MiddleLoading/ToFindBusiness.tsx +++ b/src/pages/LoadingPage/MiddleLoading/ToFindBusiness.tsx @@ -10,7 +10,7 @@ const Loading: React.FC<{}> = () => { useEffect(() => { //获取必要参数 //项目编号 - const number = getURLInformation('ebpProjectNumber') === null ? '' : getURLInformation('ebpProjectNumber'); + const number = getURLInformation('number') === null ? '' : getURLInformation('number'); //菜单类型 const type = getURLInformation('type') === null ? '' : getURLInformation('type'); if (isEmpty(type)) {