เเก้ใส่ข้อมูล เอกสารอ้างอิง (ลงวันที่) ผิด ขึ้นเตือนของวันที่สิ้นสุด

This commit is contained in:
Net 2024-02-14 15:39:28 +07:00
parent aa2c39d3b3
commit addf03eaf3

View file

@ -446,10 +446,8 @@ watch(
if (value.length === 10) {
const dateVal = convertDate(value);
if (dateVal.isValid) {
dayCheckedEnd.value = false;
refCommandDate.value = new Date(dateVal.value);
} else {
dayCheckedEnd.value = true;
inputRefCommandDate.value = "";
}
} else {