From 5d869631ec5b797287850b790b20452320a44535 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 19 Nov 2025 17:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DDepartmentSelectTree=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SelectTree/Department/Gwj/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SelectTree/Department/Gwj/index.js b/components/SelectTree/Department/Gwj/index.js index a3f556a..1444cd6 100644 --- a/components/SelectTree/Department/Gwj/index.js +++ b/components/SelectTree/Department/Gwj/index.js @@ -20,7 +20,7 @@ function DepartmentSelectTree(props) { const getData = async () => { setTreeData([]); - if (searchType === "all") { + if (searchType === "current") { // 根据参数决定是否发送请求 if (isNeedCorpInfoId && !params.eqCorpinfoId) return;