From 86e0812a6365df1dae4b17a9078279f6c79ca5a9 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 23 Feb 2022 17:15:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AF=84=E5=AE=A1):=20?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E8=AF=84=E5=AE=A1=E5=90=8E=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../track/review/view/components/TestReviewTestCaseList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue index 33d28af502..df78e1692d 100644 --- a/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue +++ b/frontend/src/business/components/track/review/view/components/TestReviewTestCaseList.vue @@ -307,6 +307,7 @@ export default { }, watch: { reviewId() { + this.$store.commit('setTestReviewSelectNodeIds', []); this.refreshTableAndReview(); }, selectNodeIds() {