From 12719e677449ce6b49169d385e7131bb56403a93 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Tue, 18 Jun 2024 11:58:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=85=B3?= =?UTF-8?q?=E8=81=94=E7=94=A8=E4=BE=8B=E9=87=8D=E5=A4=8D=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/ms-minders/testPlanMinder/index.vue | 10 +++++----- .../report/detail/component/apiAndScenarioTable.vue | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue index bb32d66f65..8e45771c71 100644 --- a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue +++ b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue @@ -753,11 +753,6 @@ loading.value = true; await editPlanMinder(makeMinderParams(fullJson)); Message.success(t('common.saveSuccess')); - tempMinderParams.value = { - planId: props.planId, - editList: [], - deletedIds: [], - }; handleConfigCancel(); initMinder(); callback(); @@ -768,6 +763,11 @@ selectedAssociateCasesParams.value.selectIds = []; } finally { loading.value = false; + tempMinderParams.value = { + planId: props.planId, + editList: [], + deletedIds: [], + }; } } diff --git a/frontend/src/views/test-plan/report/detail/component/apiAndScenarioTable.vue b/frontend/src/views/test-plan/report/detail/component/apiAndScenarioTable.vue index eda1aa35d5..da17e15e33 100644 --- a/frontend/src/views/test-plan/report/detail/component/apiAndScenarioTable.vue +++ b/frontend/src/views/test-plan/report/detail/component/apiAndScenarioTable.vue @@ -13,7 +13,8 @@