From 918d7b40f2629ff4847b564e20e6d994da9ad6a7 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Wed, 2 Jul 2025 10:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E8=88=AA=E4=B8=8D?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue | 7 ++++--- .../application/SfcEditor/NavbarEditor/assocPage.vue | 7 ++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue index 9726ccf..6a105d8 100644 --- a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue +++ b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/Navbar.vue @@ -55,7 +55,7 @@ function menuclick(index: any) { } } } -function childmenuclick(item: any) { +function childmenuclick(item: any,index: any) { if (props.isExecuteEvent) { return } @@ -63,6 +63,7 @@ function childmenuclick(item: any) { showmodule.value = false showUserInfo.value = false if (item.module_id && item.module_id !== '') { + checkindex.value = index currentrow.value = item currentMoudleId.value = item.module_id showmodule.value = true @@ -162,12 +163,12 @@ function userdetails(){