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 > - +