From 4fb3078d588073534c005c8ccd0ab3a45ed2f2a1 Mon Sep 17 00:00:00 2001 From: Jarinya Date: Thu, 13 Jun 2024 16:14:03 +0700 Subject: [PATCH] update d-none district --- src/components/search/CardUserGroup.vue | 6 ++--- src/components/search/SearchMain.vue | 29 +++++++++++++------------ 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/components/search/CardUserGroup.vue b/src/components/search/CardUserGroup.vue index 893040f..beb9f9e 100644 --- a/src/components/search/CardUserGroup.vue +++ b/src/components/search/CardUserGroup.vue @@ -163,9 +163,9 @@ export default { if (this.province) { data.province = this.province; } - if (this.district) { - data.zone = this.district; - } + // if (this.district) { + // data.zone = this.district; + // } if (this.group) { data.group = this.group.id; } diff --git a/src/components/search/SearchMain.vue b/src/components/search/SearchMain.vue index b30331e..cc8d404 100644 --- a/src/components/search/SearchMain.vue +++ b/src/components/search/SearchMain.vue @@ -113,7 +113,7 @@ hide-details > - +