fix(测试计划): 去掉关联性能测试用例页面左侧模块树
This commit is contained in:
parent
b68eb372f1
commit
b0fa695c29
|
@ -226,10 +226,7 @@ export default {
|
||||||
if (projectId) {
|
if (projectId) {
|
||||||
this.projectId = projectId;
|
this.projectId = projectId;
|
||||||
}
|
}
|
||||||
this.$refs.nodeTree.result = this.$post("/case/node/list/all/plan",
|
this.treeNodes = [];
|
||||||
{testPlanId: this.planId, projectId: this.projectId}, response => {
|
|
||||||
this.treeNodes = response.data;
|
|
||||||
});
|
|
||||||
this.selectNodeIds = [];
|
this.selectNodeIds = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue