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