ลบ lazy rulese

This commit is contained in:
setthawutttty 2024-03-04 15:20:22 +07:00
parent 88ec322a18
commit 216098bb73
2 changed files with 0 additions and 11 deletions

View file

@ -374,7 +374,6 @@ function updatemodalPersonal(modal: boolean) {
for="prefixRef"
hide-bottom-space
:rules="[(val: string) => val !== null && val !== '' || `${'กรุณากรอกคำนำหน้า'}`]"
lazy-rules
/>
</div>
<div class="col-3">
@ -388,7 +387,6 @@ function updatemodalPersonal(modal: boolean) {
for="firstnameRef"
hide-bottom-space
:rules="[(val: string) => val !== null && val !== '' || `${'กรุณากรอกชื่อ'}`]"
lazy-rules
/>
</div>
<div class="col-3">
@ -402,7 +400,6 @@ function updatemodalPersonal(modal: boolean) {
for="lastnameRef"
hide-bottom-space
:rules="[(val: string) => !!val || `${'กรุณากรอกนามสกุล'}`]"
lazy-rules
/>
</div>
<div class="col-3">
@ -416,7 +413,6 @@ function updatemodalPersonal(modal: boolean) {
for="positionRef"
hide-bottom-space
:rules="[(val: string) => !!val || `${'กรุณากรอกตำแหน่ง'}`]"
lazy-rules
/>
</div>
<div class="col-3">