บรรจุไม่แสดงตำแหน่งสงวน
This commit is contained in:
parent
d81d9bcf22
commit
836fb5a5fc
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ const loadTreeData = async () => {
|
|||
};
|
||||
|
||||
function filterByPersonIdNull(obj: any) {
|
||||
if (obj.name === null) {
|
||||
if (obj.name === null && obj.isCondition != true) {
|
||||
return true;
|
||||
}
|
||||
if (obj.children && obj.children.length > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue