bug fix
This commit is contained in:
parent
c897e6458c
commit
4bc17a7777
|
@ -82,6 +82,7 @@
|
||||||
getFileMetadata(testPlan) {
|
getFileMetadata(testPlan) {
|
||||||
this.fileList = [];
|
this.fileList = [];
|
||||||
this.tableData = [];
|
this.tableData = [];
|
||||||
|
this.uploadList = [];
|
||||||
this.result = this.$get(this.getFileMetadataPath + "/" + testPlan.id, response => {
|
this.result = this.$get(this.getFileMetadataPath + "/" + testPlan.id, response => {
|
||||||
let files = response.data;
|
let files = response.data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue