From 587ceb7329474e82582340c2689a644d01424e91 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 21 Feb 2022 14:41:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E8=AF=84=E5=AE=A1=E5=88=87=E6=8D=A2=E8=AF=84?= =?UTF-8?q?=E5=AE=A1=E5=90=8D=E7=A7=B0=EF=BC=8C=E5=B7=A6=E4=BE=A7=E7=9A=84?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=A0=91=E4=BF=A1=E6=81=AF=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1010431 --user=lyh 【测试跟踪】github#10800,用例评审 切换评审名称,左侧的模块树信息没有刷新 https://www.tapd.cn/55049933/s/1106554 Closes #10800 --- .../track/review/view/components/TestReviewFunction.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/src/business/components/track/review/view/components/TestReviewFunction.vue b/frontend/src/business/components/track/review/view/components/TestReviewFunction.vue index bf35a10f5f..a6b4fda907 100644 --- a/frontend/src/business/components/track/review/view/components/TestReviewFunction.vue +++ b/frontend/src/business/components/track/review/view/components/TestReviewFunction.vue @@ -106,6 +106,11 @@ export default { activated() { this.getNodeTreeByReviewId() }, + watch: { + reviewId() { + this.getNodeTreeByReviewId(); + } + }, computed: { projectId() { return getCurrentProjectID();