diff --git a/frontend/src/business/components/track/plan/common/PlanRunModeWithEnv.vue b/frontend/src/business/components/track/plan/common/PlanRunModeWithEnv.vue index d12770d702..df0cff19c5 100644 --- a/frontend/src/business/components/track/plan/common/PlanRunModeWithEnv.vue +++ b/frontend/src/business/components/track/plan/common/PlanRunModeWithEnv.vue @@ -83,7 +83,7 @@ {{$t('load_test.save_and_run')}} - {{$t('commons.save')}} + {{$t('commons.save')}} @@ -128,7 +128,17 @@ export default { value: 'confirmAndRun' }; }, - props: ['planCaseIds', 'type', 'planId'], + props: { + planCaseIds: { + type: Array, + }, + type: String, + planId: String, + showSave: { + type: Boolean, + default: false + }, + }, methods: { open(testType) { this.runModeVisible = true; diff --git a/frontend/src/business/components/track/plan/components/TestPlanList.vue b/frontend/src/business/components/track/plan/components/TestPlanList.vue index b3efcf439f..9fe7691ae9 100644 --- a/frontend/src/business/components/track/plan/components/TestPlanList.vue +++ b/frontend/src/business/components/track/plan/components/TestPlanList.vue @@ -307,7 +307,7 @@ :type="'plan'"/> + :plan-id="currentPlanId" :show_save="true"/>