From 59b6ad2f5b7f78ad640191458e5b3bd6caacf725 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Fri, 5 Apr 2024 16:53:02 +0700 Subject: [PATCH] =?UTF-8?q?fix=20bug=20=E0=B8=A3=E0=B8=AD=E0=B8=9A?= =?UTF-8?q?=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80=E0=B8=94=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/13_salary/views/salaryEmployeeLists.vue | 1 + src/modules/13_salary/views/salaryLists.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/modules/13_salary/views/salaryEmployeeLists.vue b/src/modules/13_salary/views/salaryEmployeeLists.vue index 4d157bec2..2faad193a 100644 --- a/src/modules/13_salary/views/salaryEmployeeLists.vue +++ b/src/modules/13_salary/views/salaryEmployeeLists.vue @@ -79,6 +79,7 @@ function getRound() { })); roundOptions.value.push(...optionMain); + roundFilter.value = await []; roundFilter.value = await (roundOptions.value ? roundOptions.value[0] : ""); diff --git a/src/modules/13_salary/views/salaryLists.vue b/src/modules/13_salary/views/salaryLists.vue index 94261bd39..a71cd73e4 100644 --- a/src/modules/13_salary/views/salaryLists.vue +++ b/src/modules/13_salary/views/salaryLists.vue @@ -78,6 +78,7 @@ function getRound() { })); roundOptions.value.push(...optionMain); + roundFilter.value = await []; roundFilter.value = await (roundOptions.value ? roundOptions.value[0] : "");