This commit is contained in:
Captain.B 2020-02-27 17:30:02 +08:00
parent 08d669fe78
commit aa44f7973f
1 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,9 @@
},
watch: {
testPlan() {
this.getFileMetadata(this.testPlan);
if (this.testPlan.id) {
this.getFileMetadata(this.testPlan)
}
}
},
methods: {