fix(测试跟踪): 用例评审切换评审名称,左侧的模块树信息没有刷新

--bug=1010431 --user=lyh 【测试跟踪】github#10800,用例评审
切换评审名称,左侧的模块树信息没有刷新
https://www.tapd.cn/55049933/s/1106554

Closes #10800
This commit is contained in:
shiziyuan9527 2022-02-21 14:41:53 +08:00 committed by shiziyuan9527
parent 5fa4069fba
commit 98752326b6
1 changed files with 5 additions and 0 deletions

View File

@ -106,6 +106,11 @@ export default {
activated() {
this.getNodeTreeByReviewId()
},
watch: {
reviewId() {
this.getNodeTreeByReviewId();
}
},
computed: {
projectId() {
return getCurrentProjectID();