refactor(02): remove disable date

This commit is contained in:
puriphatt 2024-09-25 13:13:28 +07:00
parent cc35d9c53c
commit 1fd6857606
2 changed files with 1 additions and 3 deletions

View file

@ -404,7 +404,6 @@ watch(
:id="`${prefixId}-input-citizen-issue`"
:readonly="readonly"
:label="$t('personnel.form.citizenIssue')"
:disabled-dates="disabledAfterToday"
:rules="[
(val: string) =>
!!val ||
@ -421,7 +420,6 @@ watch(
:id="`${prefixId}-input-citizen-expire`"
:readonly="readonly"
:label="$t('personnel.form.citizenExpire')"
:disabled-dates="disabledAfterToday"
/>
<q-select