รายการเงินเดือน =>ปรับ validate
This commit is contained in:
parent
9fb2a155fa
commit
df58602563
3 changed files with 7 additions and 3 deletions
|
|
@ -34,7 +34,6 @@ const isReadonly = ref<boolean>(false); // อ่านได้อย่าง
|
|||
|
||||
/*** ฟังก์ชั่นสำหรับ validate ฟอร์ม */
|
||||
function validateForm() {
|
||||
groupRef.value.validate();
|
||||
if (groupRef.value.validate()) {
|
||||
onSubmit();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue