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 @@
-
+
+ -