licailing %!s(int64=4) %!d(string=hai) anos
pai
achega
18765e26fd

+ 1 - 0
src/main/vue/src/components/MinterFilter.vue

@@ -42,6 +42,7 @@ export default {
         };
     },
     created() {
+        this.id = this.projectId;
         this.getData();
     },
     methods: {

+ 1 - 0
src/main/vue/src/components/MinterSelect.vue

@@ -48,6 +48,7 @@ export default {
         };
     },
     created() {
+        this.id = this.projectId;
         this.getData();
         if (this.value) {
             this.$http.get(`/user/get/${this.value}`).then(res => {