fix(测试跟踪): 用例评审切换评审名称,左侧的模块树信息没有刷新
--bug=1010431 --user=lyh 【测试跟踪】github#10800,用例评审 切换评审名称,左侧的模块树信息没有刷新 https://www.tapd.cn/55049933/s/1106554 Closes #10800
This commit is contained in:
parent
5fa4069fba
commit
98752326b6
|
@ -106,6 +106,11 @@ export default {
|
|||
activated() {
|
||||
this.getNodeTreeByReviewId()
|
||||
},
|
||||
watch: {
|
||||
reviewId() {
|
||||
this.getNodeTreeByReviewId();
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
projectId() {
|
||||
return getCurrentProjectID();
|
||||
|
|
Loading…
Reference in New Issue