From 4bc17a7777d1a3292083b59f1bf855ffb5f60720 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Wed, 1 Apr 2020 10:30:03 +0800 Subject: [PATCH] bug fix --- .../performance/plan/components/PerformanceBasicConfig.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/performance/plan/components/PerformanceBasicConfig.vue b/frontend/src/business/components/performance/plan/components/PerformanceBasicConfig.vue index 5148b1e882..3c73429270 100644 --- a/frontend/src/business/components/performance/plan/components/PerformanceBasicConfig.vue +++ b/frontend/src/business/components/performance/plan/components/PerformanceBasicConfig.vue @@ -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;