Compare commits

...

2 Commits

Author SHA1 Message Date
75d60c0284 Merge branch 'main' of https://gitea.cognizata.com/Atapy/sorvor-front
All checks were successful
frontend-action / build-image (push) Successful in 47s
2024-05-10 17:40:57 +07:00
822af415c8 fix bug id group 2024-05-10 17:40:53 +07:00

View File

@@ -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;