fix(测试跟踪): 修复测试计划报告不展示功能用例的缺陷

This commit is contained in:
Jianguo-Genius 2024-04-24 11:35:52 +08:00 committed by 刘瑞斌
parent a2bb9cdeeb
commit 1ce98885db
1 changed files with 5 additions and 2 deletions

View File

@ -143,6 +143,9 @@ export default {
this.handlePageChange(this.currentPage); this.handlePageChange(this.currentPage);
}, },
}, },
mounted() {
this.searchTestCase();
},
methods: { methods: {
redirectFunctionCaseEditPage(caseId, projectId) { redirectFunctionCaseEditPage(caseId, projectId) {
getEditSimpleTestCase(caseId) getEditSimpleTestCase(caseId)