From aa45d6e24871a018a982ff56f5e927c87c6d6e18 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:32:43 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=20type=20=20?= =?UTF-8?q?=E0=B8=82=E0=B8=AD=E0=B8=87=20fetchList?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/customer/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/stores/customer/index.ts b/src/stores/customer/index.ts index aa398262..663769fb 100644 --- a/src/stores/customer/index.ts +++ b/src/stores/customer/index.ts @@ -49,6 +49,7 @@ const useCustomerStore = defineStore('api-customer', () => { zipCode?: string; customerId?: string; includeCustomer?: boolean; + status?: 'CREATED' | 'ACTIVE' | 'INACTIVE'; query?: string; page?: number; pageSize?: number; @@ -100,6 +101,7 @@ const useCustomerStore = defineStore('api-customer', () => { pageSize?: number; query?: string; includeBranch?: boolean; + status?: 'CREATED' | 'ACTIVE' | 'INACTIVE'; customerType?: CustomerType; }, Data extends Pagination<