This commit is contained in:
Captain.B 2020-04-01 10:30:03 +08:00
parent c897e6458c
commit 4bc17a7777
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@
getFileMetadata(testPlan) {
this.fileList = [];
this.tableData = [];
this.uploadList = [];
this.result = this.$get(this.getFileMetadataPath + "/" + testPlan.id, response => {
let files = response.data;