From abf52855e5bb993532745c6106a351dcfc5c9a69 Mon Sep 17 00:00:00 2001 From: amypeng Date: Thu, 11 Jun 2026 15:54:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=AF=E5=88=86=E6=97=A0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix: 积分无数据展示 --- src/forge/Information/Component/pointsProject.jsx | 1 - src/forge/Information/Pages/zoneUser.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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)