fix(测试跟踪): 修复测试用例模块改变而测试计划关联用例时左侧模块未刷新的问题
This commit is contained in:
parent
ab0f3535f8
commit
f97e20ee06
|
@ -293,6 +293,8 @@
|
||||||
this.projectId = data[0].id;
|
this.projectId = data[0].id;
|
||||||
this.projectName = data[0].name;
|
this.projectName = data[0].name;
|
||||||
this.search();
|
this.search();
|
||||||
|
// 获取项目时刷新该项目模块
|
||||||
|
this.getProjectNode(this.projectId)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue