From e07f24b81758416ab94e124587025d50b1d9a2c9 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 27 Aug 2020 17:50:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=AD=A5=E9=AA=A4=E5=88=97=E8=A1=A8=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../track/case/components/TestCaseEdit.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/track/case/components/TestCaseEdit.vue b/frontend/src/business/components/track/case/components/TestCaseEdit.vue index bb33f1b561..4b615f805c 100644 --- a/frontend/src/business/components/track/case/components/TestCaseEdit.vue +++ b/frontend/src/business/components/track/case/components/TestCaseEdit.vue @@ -131,6 +131,7 @@ (this.isStepTableAlive = true)); + }, open(testCase) { this.resetForm(); @@ -339,6 +345,7 @@ export default { } this.getSelectOptions(); + this.reload(); this.dialogFormVisible = true; }, handleAddStep(index, data) {