From 758f2f36f41b6f28a19cd3450180c309be8ede0a Mon Sep 17 00:00:00 2001 From: WangXu10 Date: Tue, 23 Apr 2024 18:23:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=94=A8=E4=BE=8B=E7=AE=A1=E7=90=86):=20?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=85=B3=E8=81=94=E6=8E=A5=E5=8F=A3=E6=88=96?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E7=94=A8=E4=BE=8B=E6=8A=BD=E5=B1=89=E7=9A=84?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/business/ms-case-associate/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/components/business/ms-case-associate/index.vue b/frontend/src/components/business/ms-case-associate/index.vue index fd9888a54e..b30af7753f 100644 --- a/frontend/src/components/business/ms-case-associate/index.vue +++ b/frontend/src/components/business/ms-case-associate/index.vue @@ -718,6 +718,9 @@ watch( () => props.currentSelectCase, () => { + if (!props.hideProjectSelect) { + initProjectList(true); + } initModules(); searchCase(); initFilter();