优化DepartmentSelectTree

master
LiuJiaNan 2026-01-26 14:50:09 +08:00
parent 76568ac8b4
commit 4aa92f7414
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ function DepartmentSelectTree(props) {
requestUrl = "/basicInfo/department/listAllTree";
actualParams.inType = undefined;
actualParams.enterpriseType = undefined;
actualParams.eqCorpinfoId = undefined;
actualParams.eqParentId = undefined;
}
if (searchType === "inType") {
requestUrl = "/basicInfo/department/listAllTreeByCorpType";