fix(测试跟踪): 修复测试计划报告不展示功能用例的缺陷
This commit is contained in:
parent
a2bb9cdeeb
commit
1ce98885db
|
@ -143,6 +143,9 @@ export default {
|
|||
this.handlePageChange(this.currentPage);
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.searchTestCase();
|
||||
},
|
||||
methods: {
|
||||
redirectFunctionCaseEditPage(caseId, projectId) {
|
||||
getEditSimpleTestCase(caseId)
|
||||
|
|
Loading…
Reference in New Issue