全局调整部门选择
This commit is contained in:
parent
c396f12d05
commit
90d3ef64ff
|
@ -172,6 +172,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -165,6 +165,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -156,6 +156,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -181,6 +181,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -243,6 +243,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -161,6 +161,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -135,6 +135,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -266,6 +266,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -281,6 +281,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -138,6 +138,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -679,6 +679,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -710,6 +710,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -225,6 +225,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -216,6 +216,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -616,6 +616,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -623,6 +623,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -157,6 +157,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -170,6 +170,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -177,6 +177,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -135,6 +135,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -147,6 +147,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -137,6 +137,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -344,6 +344,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
|
@ -159,6 +159,7 @@ const filterDisabledDept = (deptList) => {
|
|||
return false
|
||||
}
|
||||
if (dept.children && dept.children.length) {
|
||||
dept.disabled = true
|
||||
dept.children = filterDisabledDept(dept.children)
|
||||
}
|
||||
return true
|
||||
|
|
Loading…
Reference in New Issue
Block a user