This commit is contained in:
setthawutttty 2024-01-26 12:07:49 +07:00
parent ab7513d8a2
commit ad17f85efd
4 changed files with 169 additions and 13 deletions

View file

@ -65,7 +65,8 @@ const dataInvestigatefacts = reactive<FormInvestigateFact>({
organizationId: "",
persons: [],
investigationExtendHistory: [],
isDisciplinary:false
isDisciplinary:false,
isAncestorDNA:false
});
const personObjComplaint = reactive<ArrayPerson>({