From 98e046db5a9d5dd1be5b7d4e6020bb62890b54fd Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Fri, 13 Sep 2024 11:05:57 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86):?= =?UTF-8?q?=20=E5=90=8C=E6=AD=A5=E9=9C=80=E6=B1=82=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=BC=80=E5=85=B3=E5=BD=B1=E5=93=8D=E9=A2=91=E7=8E=87=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../menuManagement/components/relatedCase.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/project-management/projectAndPermission/menuManagement/components/relatedCase.vue b/frontend/src/views/project-management/projectAndPermission/menuManagement/components/relatedCase.vue index 414e3fafab..daa69bcc0b 100644 --- a/frontend/src/views/project-management/projectAndPermission/menuManagement/components/relatedCase.vue +++ b/frontend/src/views/project-management/projectAndPermission/menuManagement/components/relatedCase.vue @@ -46,6 +46,7 @@ unchecked-value="false" size="small" type="line" + @change="handleSwitchChange" /> {{ t('project.menu.updateSync') }} @@ -65,7 +66,7 @@ - + @@ -105,6 +106,7 @@