no message

This commit is contained in:
setthawutttty 2024-02-14 12:08:40 +07:00
parent 92aaccc791
commit aa0e1fb822
4 changed files with 14 additions and 0 deletions

View file

@ -125,6 +125,7 @@
label="วัน/เดือน/ปี ที่ออกใบอนุญาต"
mask="##/##/####"
dense
lazy-rules
hide-bottom-space
:error="dayChecked"
error-message="กรุณากรอก วัน/เดือน/ปี ที่ออกใบอนุญาต"
@ -780,6 +781,9 @@ const addData = () => {
inputIssueDate.value = '';
inputExpireDate.value = '';
certificateType.value = "";
dayChecked.value = false
dayChecked2.value = false
};
/**