@@ -144,6 +279,7 @@ function backHistory() {
option-value="id"
use-input
style="width: 230px"
+ @update:model-value="updateFilterType"
@filter="(inputValue: any,
doneFn: Function) => filterFnOptions(inputValue, doneFn,'filterType')"
>
@@ -167,6 +303,7 @@ function backHistory() {
option-value="id"
use-input
style="width: 230px"
+ @update:model-value="updateLeaveday"
@filter="(inputValue: any,
doneFn: Function) => filterFnOptions(inputValue, doneFn,'employeeClass')"
>
@@ -188,6 +325,7 @@ function backHistory() {
option-value="id"
use-input
style="width: 230px"
+ @update:model-value="updateLeaveday"
@filter="(inputValue: any,
doneFn: Function) => filterFnOptions(inputValue, doneFn,'yearType')"
>
@@ -219,6 +357,7 @@ function backHistory() {
autoApply
:enableTimePicker="false"
week-start="0"
+ @update:model-value="updateDte"
>
{{ year + 543 }}
{{
@@ -249,6 +388,7 @@ function backHistory() {
autoApply
month-picker
:enableTimePicker="false"
+ @update:model-value="updateMonth"
>
{{ year + 543 }}
{{
@@ -284,6 +424,7 @@ function backHistory() {
autoApply
year-picker
:enableTimePicker="false"
+ @update:model-value="updateYear"
>
{{ year + 543 }}
{{
@@ -312,7 +453,7 @@ function backHistory() {
-
-
+ -->
-
+
@@ -21,29 +26,6 @@ function nextPage(type: string) {
-
-
-
-