fix(leavea): delete readonly
This commit is contained in:
parent
436d5095dc
commit
59e51444e1
1 changed files with 0 additions and 3 deletions
|
|
@ -400,8 +400,6 @@ watch(modal, async (val) => {
|
|||
autoApply
|
||||
year-picker
|
||||
:enableTimePicker="false"
|
||||
@update:model-value="onSearchData"
|
||||
readonly
|
||||
>
|
||||
<template #year="{ year }">{{ year + 543 }}</template>
|
||||
<template #year-overlay-value="{ value }">{{
|
||||
|
|
@ -409,7 +407,6 @@ watch(modal, async (val) => {
|
|||
}}</template>
|
||||
<template #trigger>
|
||||
<q-input
|
||||
readonly
|
||||
dense
|
||||
outlined
|
||||
:model-value="Number(formData.leaveYear) + 543"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue