fix(测试跟踪): 修复测试计划报告不展示功能用例的缺陷
This commit is contained in:
parent
a2bb9cdeeb
commit
1ce98885db
|
@ -102,8 +102,8 @@ import PriorityTableItem from "../../../../../../common/tableItems/planview/Prio
|
|||
import TypeTableItem from "../../../../../../common/tableItems/planview/TypeTableItem";
|
||||
import MethodTableItem from "../../../../../../common/tableItems/planview/MethodTableItem";
|
||||
import StatusTableItem from "../../../../../../common/tableItems/planview/StatusTableItem";
|
||||
import { getEditSimpleTestCase } from "@/api/testCase";
|
||||
import { openCaseEdit } from "@/business/case/test-case";
|
||||
import {getEditSimpleTestCase} from "@/api/testCase";
|
||||
import {openCaseEdit} from "@/business/case/test-case";
|
||||
|
||||
export default {
|
||||
name: "FunctionalCases",
|
||||
|
@ -143,6 +143,9 @@ export default {
|
|||
this.handlePageChange(this.currentPage);
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
this.searchTestCase();
|
||||
},
|
||||
methods: {
|
||||
redirectFunctionCaseEditPage(caseId, projectId) {
|
||||
getEditSimpleTestCase(caseId)
|
||||
|
|
Loading…
Reference in New Issue