fix bug id group
This commit is contained in:
@@ -108,7 +108,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- {{ count }}
|
<!-- {{ count }}
|
||||||
{{ Number(result.length)/ 2 }} -->
|
{{ Number(result.length)/ 2 }} -->
|
||||||
|
|
||||||
<div class="text-center mt-2">
|
<div class="text-center mt-2">
|
||||||
<v-pagination
|
<v-pagination
|
||||||
elevation="3"
|
elevation="3"
|
||||||
@@ -167,7 +166,7 @@ export default {
|
|||||||
// data.province = this.province;
|
// data.province = this.province;
|
||||||
}
|
}
|
||||||
if (this.group) {
|
if (this.group) {
|
||||||
data.group = this.group;
|
data.group = this.group.id;
|
||||||
}
|
}
|
||||||
if (this.district) {
|
if (this.district) {
|
||||||
data.zone = this.district.id;
|
data.zone = this.district.id;
|
||||||
|
|||||||
Reference in New Issue
Block a user