fix 下一个测试用例获取关联测试

This commit is contained in:
chenjianxing 2020-05-29 16:56:10 +08:00
parent d97eacd5e4
commit ee23eff3e9
1 changed files with 1 additions and 1 deletions

View File

@ -308,6 +308,7 @@
item.steptResults.push(item.steps[i]); item.steptResults.push(item.steps[i]);
} }
this.testCase = item; this.testCase = item;
this.initTest();
}, },
openTestCaseEdit(testCase) { openTestCaseEdit(testCase) {
this.showDialog = true; this.showDialog = true;
@ -340,7 +341,6 @@
this.index = i; this.index = i;
this.getTestCase(i); this.getTestCase(i);
this.getRelatedTest(); this.getRelatedTest();
this.initTest();
} }
} }
}); });