fix(测试跟踪): 修复测试用例模块改变而测试计划关联用例时左侧模块未刷新的问题

This commit is contained in:
shiziyuan9527 2020-11-23 18:06:09 +08:00
parent ab0f3535f8
commit f97e20ee06
1 changed files with 2 additions and 0 deletions

View File

@ -293,6 +293,8 @@
this.projectId = data[0].id;
this.projectName = data[0].name;
this.search();
//
this.getProjectNode(this.projectId)
}
})
}