From 6c48395284e6d2f4391b0a125c4895f35b00cdac Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Fri, 23 Apr 2021 15:04:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=9D=E5=AD=98=E5=90=8E=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E7=82=B9=E5=87=BB=E6=94=B9=E6=A8=A1=E5=9D=97=E6=97=A0?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/components/track/common/minder/TestCaseMinder.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/track/common/minder/TestCaseMinder.vue b/frontend/src/business/components/track/common/minder/TestCaseMinder.vue index d039455be0..8fab3808c0 100644 --- a/frontend/src/business/components/track/common/minder/TestCaseMinder.vue +++ b/frontend/src/business/components/track/common/minder/TestCaseMinder.vue @@ -94,6 +94,7 @@ name: "TestCaseMinder", } this.result = this.$post('/test/case/minder/edit', param, () => { this.$success(this.$t('commons.save_success')); + this.getTestCases(); }); }, buildSaveCase(root, saveCases, deleteCases, parent) {