From fe667a885de5e0e72a8cbda9e5d453ef03023911 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 16 Nov 2022 17:26:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=A4=8D=E5=BC=95=E5=85=A5=E5=90=8C?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=9C=BA=E6=99=AF=E4=BF=9D=E5=AD=98=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1019697 --user=刘瑞斌 【性能测试】github #19734,保存性能测试提示“项目下该文件已存在”,再次打开再保存又不会提示了 https://www.tapd.cn/55049933/s/1296878 Closes #19734 --- .../frontend/src/business/test/EditPerformanceTest.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/performance-test/frontend/src/business/test/EditPerformanceTest.vue b/performance-test/frontend/src/business/test/EditPerformanceTest.vue index d5ed35935e..88e8f35765 100644 --- a/performance-test/frontend/src/business/test/EditPerformanceTest.vue +++ b/performance-test/frontend/src/business/test/EditPerformanceTest.vue @@ -359,6 +359,9 @@ export default { this.$router.push({ path: '/performance/test/edit/' + data.data.id, }); + } else { + this.$refs.basicConfig.uploadList = []; + this.getTest(this.test.id); } this.getVersionHistory(); })