diff --git a/src/forge/Information/Component/pointsProject.jsx b/src/forge/Information/Component/pointsProject.jsx index 528529d2..7abb5504 100644 --- a/src/forge/Information/Component/pointsProject.jsx +++ b/src/forge/Information/Component/pointsProject.jsx @@ -68,7 +68,6 @@ function PointsDoc({ visible , onCancel , onSure , type , username , choosed , h setList(rows); }else{ setList([]); - setCurrentRow(null); } setTotal(result.data.total); } diff --git a/src/forge/Information/Pages/zoneUser.jsx b/src/forge/Information/Pages/zoneUser.jsx index 8545288d..cba1a24c 100644 --- a/src/forge/Information/Pages/zoneUser.jsx +++ b/src/forge/Information/Pages/zoneUser.jsx @@ -245,7 +245,7 @@ function ZoneUser(props){ function apply() { if(checkIfLogin()===false){ - showLoginDialog(`/zone/${deptId}/user`) + showLoginDialog() return false; } setApplyVisible(!applyVisible)