Compare commits
2 Commits
d9eccb4116
...
75d60c0284
| Author | SHA1 | Date | |
|---|---|---|---|
| 75d60c0284 | |||
| 822af415c8 |
@@ -108,7 +108,6 @@
|
||||
</div>
|
||||
<!-- {{ count }}
|
||||
{{ Number(result.length)/ 2 }} -->
|
||||
|
||||
<div class="text-center mt-2">
|
||||
<v-pagination
|
||||
elevation="3"
|
||||
@@ -167,7 +166,7 @@ export default {
|
||||
// data.province = this.province;
|
||||
}
|
||||
if (this.group) {
|
||||
data.group = this.group;
|
||||
data.group = this.group.id;
|
||||
}
|
||||
if (this.district) {
|
||||
data.zone = this.district.id;
|
||||
|
||||
Reference in New Issue
Block a user