no message
This commit is contained in:
parent
92aaccc791
commit
aa0e1fb822
4 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue