From e5104796c8cbc06d4e0b28ae24dce7da486d392b Mon Sep 17 00:00:00 2001 From: zhouxin Date: Wed, 21 Dec 2022 17:27:54 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E5=9F=B9=E8=AE=AD=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=BA=93=EF=BC=9A=E4=BC=98=E5=8C=96=E6=B7=BB=E5=8A=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E7=95=8C=E9=9D=A2=E4=B8=8D=E9=87=8D=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/humanAffairs/containers/resourceRepository.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx index cd7fdbb..69a52a2 100644 --- a/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx +++ b/web/client/src/sections/humanAffairs/containers/resourceRepository.jsx @@ -109,6 +109,7 @@ const ResourceRepository = (props) => { getFile(e, { limit: 10, page: 0 }, { restSearch: true }); } const handleDataToSave = (add, body) => { + setDefaultExpandedKey([]); if (add) { dispatch(postResourceClassify(body)).then(res => { if (res.success) {