fix(request-edit):send_citizenId
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m53s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-01-22 10:27:32 +07:00
parent 8867829211
commit a320fea116
3 changed files with 6 additions and 3 deletions

View file

@ -60,6 +60,7 @@ async function closeDialog() {
function onSubmit() {
dialogConfirm($q, async () => {
const body = {
fatherCitizenId: fatherData.citizenId,
fatherPrefix: fatherData.prefix,
fatherFirstName: fatherData.firstName,
fatherLastName: fatherData.lastName,
@ -109,7 +110,7 @@ watch(
() => {
if (modal.value) {
storeLinkCenter.fetchPerson();
fatherData.citizenId = idCard.value;
// fatherData.citizenId = idCard.value;
}
}
);