diff --git a/src/modules/05_command/views/lists.vue b/src/modules/05_command/views/lists.vue index 8dd969f7..306fd2e4 100644 --- a/src/modules/05_command/views/lists.vue +++ b/src/modules/05_command/views/lists.vue @@ -247,7 +247,6 @@ async function fetchDataCommandTypeId(id: string) { */ function filterSelector(val: string, update: Function) { update(() => { - category.value = val ? "" : category.value; categoryOP.value = dataCategory.value.filter( (v: DateOption) => v.name.indexOf(val) > -1 ); @@ -281,13 +280,11 @@ onMounted(async () => { borderless dense outlined - clearable v-model="keyword" placeholder="ค้นหา" - @clear="(keyword = ''), searchByStatus()" @keydown.enter.prevent="searchByStatus()" > -