bug fix
This commit is contained in:
parent
c897e6458c
commit
4bc17a7777
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue