fix(测试计划): 模块树未加载数据#1006453
--bug=1006453 --user=lyh 【github#5998】测试计划中第二次关联测试计划,左边的测试模块不展示了 https://www.tapd.cn/55049933/s/1044941
This commit is contained in:
parent
94686106aa
commit
3c0d9ababd
|
@ -169,6 +169,9 @@ export default {
|
||||||
if (this.$refs.table) {
|
if (this.$refs.table) {
|
||||||
this.$refs.table.clear();
|
this.$refs.table.clear();
|
||||||
}
|
}
|
||||||
|
if (this.projectId) {
|
||||||
|
this.getProjectNode(this.projectId);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
setProject(projectId) {
|
setProject(projectId) {
|
||||||
this.projectId = projectId;
|
this.projectId = projectId;
|
||||||
|
|
Loading…
Reference in New Issue