รายการเงินเดือน =>ปรับ validate

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-02-29 15:00:30 +07:00
parent 9fb2a155fa
commit df58602563
3 changed files with 7 additions and 3 deletions

View file

@ -34,7 +34,6 @@ const isReadonly = ref<boolean>(false); // อ่านได้อย่าง
/*** ฟังก์ชั่นสำหรับ validate ฟอร์ม */
function validateForm() {
groupRef.value.validate();
if (groupRef.value.validate()) {
onSubmit();
}