This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-12-02 16:40:08 +07:00
parent ffa3631986
commit cac4ff2bfa
13 changed files with 74 additions and 37 deletions

View file

@ -546,7 +546,7 @@ function onclickViewinfo(id: string, type: string) {
isEmpType.value = type;
}
/** อัเดต ปิด/เปิดเมนู ทะเบียนประวัติ */
/** อัเดต ปิด/เปิดเมนู ทะเบียนประวัติ */
function updatemodalPersonal(modal: boolean) {
modalPersonal.value = modal;
}
@ -1287,7 +1287,6 @@ onMounted(async () => {
</div>
</div>
<!-- นทบสวน (List Log) -->
<div
v-if="
formData.investigationExtendHistory !== null &&
@ -1761,7 +1760,7 @@ onMounted(async () => {
</q-form>
</div>
<!-- โหลดไฟล -->
<!-- โหลดไฟล -->
<DialogDuty
:modal="modalEditDirector"
:close-popup="closeEditDirector"