bug fix
This commit is contained in:
parent
08d669fe78
commit
aa44f7973f
|
@ -75,7 +75,9 @@
|
|||
},
|
||||
watch: {
|
||||
testPlan() {
|
||||
this.getFileMetadata(this.testPlan);
|
||||
if (this.testPlan.id) {
|
||||
this.getFileMetadata(this.testPlan)
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue