fix: 测试计划切换用例时更新缺陷信息
This commit is contained in:
parent
001e275a83
commit
e00c3ddab0
|
@ -396,6 +396,7 @@
|
||||||
}
|
}
|
||||||
this.testCase = item;
|
this.testCase = item;
|
||||||
this.initTest();
|
this.initTest();
|
||||||
|
this.getIssues(testCase.caseId);
|
||||||
this.stepResultChange();
|
this.stepResultChange();
|
||||||
},
|
},
|
||||||
openTestCaseEdit(testCase) {
|
openTestCaseEdit(testCase) {
|
||||||
|
|
Loading…
Reference in New Issue