อัพเดตทะเบียนประวัติ

This commit is contained in:
Warunee Tamkoo 2024-02-05 11:32:54 +07:00
parent 71461d6e79
commit ee80528296
2 changed files with 236 additions and 143 deletions

View file

@ -1502,7 +1502,7 @@ const clickSaveDeceased = async () => {
watch(
() => profileStore.isLoad,
() => {
const num = profileType.value === 'officer' ? 33:employeeClass.value === 'temp' ? 30:32
const num = profileType.value === 'officer' ? 32:employeeClass.value === 'temp' ? 29:31
profileStore.isLoad >= num && hideLoader();
}
);