refactor: edit Display conditions
This commit is contained in:
parent
b0b410a2cc
commit
0ca91644a6
1 changed files with 1 additions and 1 deletions
|
|
@ -1089,7 +1089,7 @@ watch(currentHq, () => {
|
|||
.filter((v) => {
|
||||
if (
|
||||
statusFilter === 'statusACTIVE' &&
|
||||
v.status !== 'ACTIVE'
|
||||
v.status === 'INACTIVE'
|
||||
) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue