fix: personnel => no data & search
This commit is contained in:
parent
786a68d3f8
commit
b86e011ca7
1 changed files with 1 additions and 1 deletions
|
|
@ -1432,7 +1432,7 @@ watch(
|
|||
<div
|
||||
v-if="
|
||||
(userData?.total === 0 && !!inputSearch) ||
|
||||
(userData?.total === 0 && !!statusFilter)
|
||||
(userData?.total === 0 && !!statusFilter && !noPersonnel())
|
||||
"
|
||||
class="row col full-width items-center justify-center"
|
||||
style="min-height: 250px"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue