fix: personnel => no data & search

This commit is contained in:
puriphatt 2024-11-07 10:51:53 +07:00
parent 786a68d3f8
commit b86e011ca7

View file

@ -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"