From 466e04879d7bffdfa7999470c476aeaf058f0f15 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 25 Oct 2022 10:28:18 +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=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=BD=93=E5=89=8D=E7=89=88=E6=9C=AC=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=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=1018799 --user=刘瑞斌 【性能测试】性能测试-用例有多个版本,用例列表中删除该用例当前版本失败 https://www.tapd.cn/55049933/s/1275838 --- .../frontend/src/business/test/PerformanceTestList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance-test/frontend/src/business/test/PerformanceTestList.vue b/performance-test/frontend/src/business/test/PerformanceTestList.vue index 3b69ed2e54..5caf711858 100644 --- a/performance-test/frontend/src/business/test/PerformanceTestList.vue +++ b/performance-test/frontend/src/business/test/PerformanceTestList.vue @@ -342,7 +342,7 @@ export default { }, _handleDelete(test, deleteCurrentVersion) { if (deleteCurrentVersion) { - deleteCurrentVersionTest() + deleteCurrentVersionTest(test) .then(() => { this.$success(this.$t('commons.delete_success')); this.initTableData();