@@ -51,7 +51,8 @@ export default {
},
watch: {
projectId() {
- this.value = ['']
+ this.value = [''];
+ this.getData();
}
methods: {