From 624dbcd1de73346c324c23f2f043ee2b75811f33 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 11 Nov 2022 14:49:35 +0800 Subject: [PATCH] =?UTF-8?q?=20=E6=98=A0=E5=B0=84=E5=85=B3=E7=B3=BB-?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A1=B9=E7=9B=AE=E5=90=8E=E5=86=8D=E6=AC=A1?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=A1=B5=E9=9D=A2=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E8=A2=AB=E6=B7=BB=E5=8A=A0=E8=BF=87=E7=9A=84PEP=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=EF=BC=8C=E5=88=B7=E6=96=B0=E5=90=8E=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/install/containers/system.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/client/src/sections/install/containers/system.jsx b/web/client/src/sections/install/containers/system.jsx index 90023ab..c4f8fad 100644 --- a/web/client/src/sections/install/containers/system.jsx +++ b/web/client/src/sections/install/containers/system.jsx @@ -283,6 +283,7 @@ const Example = (props) => { position="topRight" onConfirm={() => { dispatch(install.deleteProjectBind({ bindId: row?.id, msg: '删除安心云、项目管理项目绑定关系' })).then(() => { + getPepProject() if (page.current > 0 && mylimits.current < 2) { setQuery({ limit: 10, page: page.current - 1 }) } else {