From 2a3e89d97c88a4682ad0c4a98c7130f1aa765dc2 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 26 Oct 2021 10:54:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E8=84=91=E5=9B=BE=E5=8F=98=E6=9B=B4=E6=9B=B4=E6=96=B0=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/track/case/TestCase.vue | 1 + .../business/components/track/common/minder/TestCaseMinder.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/business/components/track/case/TestCase.vue b/frontend/src/business/components/track/case/TestCase.vue index 827c041acb..fb07151c85 100644 --- a/frontend/src/business/components/track/case/TestCase.vue +++ b/frontend/src/business/components/track/case/TestCase.vue @@ -66,6 +66,7 @@ :project-id="projectId" :condition="condition" v-if="activeDom === 'right'" + @refresh="refreshTable" ref="minder"/> diff --git a/frontend/src/business/components/track/common/minder/TestCaseMinder.vue b/frontend/src/business/components/track/common/minder/TestCaseMinder.vue index b7e556344f..95609436ca 100644 --- a/frontend/src/business/components/track/common/minder/TestCaseMinder.vue +++ b/frontend/src/business/components/track/common/minder/TestCaseMinder.vue @@ -163,6 +163,7 @@ name: "TestCaseMinder", .then(() => { this.$success(this.$t('commons.save_success')); handleAfterSave(window.minder.getRoot(), this.getParam()); + this.$emit('refresh'); this.setIsChange(false); }); },