delete lazy rule

This commit is contained in:
setthawutttty 2024-03-01 14:40:25 +07:00
parent 2b54044df5
commit a24354c063
6 changed files with 60 additions and 121 deletions

View file

@ -180,7 +180,6 @@ watch(
<q-input
ref="yearRef"
dense
lazy-rules
:class="inputEdit(isReadonly)"
hide-bottom-space
outlined
@ -215,7 +214,6 @@ watch(
option-value="id"
:options="typeOptions"
:rules="[(val) => !!val || `${'กรุณาเลือกรอบการขึ้นเงินเดือน'}`]"
lazy-rules
hide-bottom-space
/>
<datepicker
@ -250,7 +248,6 @@ watch(
:rules="[
(val) => !!val || `${'กรุณาเลือกวันที่มีผลบังคับใช้งาน'}`,
]"
lazy-rules
>
<template v-slot:prepend>
<q-icon