รายการเงินเดือน =>ปรับ 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

@ -47,7 +47,6 @@ const typeRangeOps = computed(() => {
/*** ฟังก์ชั่นสำหรับ validate ฟอร์ม */
function validateForm() {
typeRef.value.validate();
if (typeRef.value.validate()) {
onSubmit();
}