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

@ -309,5 +309,6 @@ watch(
v-model:modal="modalCommand"
:command-type-code="props.mainTabs === '1' ? 'C-PM-23' : 'C-PM-42'"
:persons="dataMapToSend"
:fecth-list="props.fecthList"
/>
</template>

View file

@ -215,6 +215,7 @@ async function fecthlist() {
const data = await res.data.result;
rows.value = data;
rowsData.value = data;
onSearch();
})
.catch((e) => {
messageError($q, e);