fix(测试计划): 去掉关联性能测试用例页面左侧模块树

This commit is contained in:
shiziyuan9527 2021-01-22 11:39:36 +08:00
parent b68eb372f1
commit b0fa695c29
1 changed files with 1 additions and 4 deletions

View File

@ -226,10 +226,7 @@ export default {
if (projectId) {
this.projectId = projectId;
}
this.$refs.nodeTree.result = this.$post("/case/node/list/all/plan",
{testPlanId: this.planId, projectId: this.projectId}, response => {
this.treeNodes = response.data;
});
this.treeNodes = [];
this.selectNodeIds = [];
}
}