diff --git a/frontend/src/business/components/track/plan/components/TestPlanList.vue b/frontend/src/business/components/track/plan/components/TestPlanList.vue index a27b8d27f2..5d05728ff6 100644 --- a/frontend/src/business/components/track/plan/components/TestPlanList.vue +++ b/frontend/src/business/components/track/plan/components/TestPlanList.vue @@ -819,10 +819,10 @@ export default { }); } else { this.result = this.$post('test/plan/edit/runModeConfig', param, () => { + this.initTableData(); this.$success(this.$t('commons.save_success')); }); } - this.initTableData(); }, saveFollow(row) { if (row.showFollow) {