From bcca8cae07c4d313d3bce022bf51388d22507f5d Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Tue, 2 Aug 2022 10:57:41 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E7=9A=84=E8=BF=90=E8=A1=8C=E7=8E=AF=E5=A2=83=E5=90=8E=E5=88=B7?= =?UTF-8?q?=E6=96=B0=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --user=郭雨琦 --- .../business/components/track/plan/components/TestPlanList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {