เเก้ไข ส่งค่าว่างของ เอกสารอ้างอิง (ลงวันที่) ไม่อัพเดท

This commit is contained in:
Net 2024-02-13 16:16:24 +07:00
parent 402466a439
commit 4911dd1cd8
2 changed files with 4 additions and 0 deletions

View file

@ -389,6 +389,8 @@ watch(
dayChecked.value = true;
inputDateRefCommandDate.value = "";
}
} else {
refCommandDate.value = null;
}
}
);

View file

@ -449,6 +449,8 @@ watch(
dayCheckedEnd.value = true;
inputRefCommandDate.value = "";
}
} else {
refCommandDate.value = null;
}
}
);