Merge branch 'develop' of github.com:Frappet/hrms-mgt into develop

This commit is contained in:
Warunee Tamkoo 2025-07-18 16:57:45 +07:00
commit 0ff2b91d24
31 changed files with 69 additions and 31 deletions

View file

@ -261,5 +261,6 @@ watchEffect(() => {
:command-type-code="'C-PM-10'"
:persons="selected ? dataMapToSend : []"
:not-person="false"
:fetch-data="props.getData"
/>
</template>