delete lazy rule
This commit is contained in:
parent
2b54044df5
commit
a24354c063
6 changed files with 60 additions and 121 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue