优化DepartmentSelectTree
parent
76568ac8b4
commit
4aa92f7414
|
|
@ -51,6 +51,8 @@ function DepartmentSelectTree(props) {
|
||||||
requestUrl = "/basicInfo/department/listAllTree";
|
requestUrl = "/basicInfo/department/listAllTree";
|
||||||
actualParams.inType = undefined;
|
actualParams.inType = undefined;
|
||||||
actualParams.enterpriseType = undefined;
|
actualParams.enterpriseType = undefined;
|
||||||
|
actualParams.eqCorpinfoId = undefined;
|
||||||
|
actualParams.eqParentId = undefined;
|
||||||
}
|
}
|
||||||
if (searchType === "inType") {
|
if (searchType === "inType") {
|
||||||
requestUrl = "/basicInfo/department/listAllTreeByCorpType";
|
requestUrl = "/basicInfo/department/listAllTreeByCorpType";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue