From 19f8c9bb4a1771c4f16de5f65a22328f058c1459 Mon Sep 17 00:00:00 2001 From: wxyclub Date: Fri, 14 Jun 2024 10:08:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=85=8D=E7=BD=AE=E6=A0=87=E5=87=86?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 2873708ca..45a56c146 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -4937,7 +4937,7 @@ export default { } else { this.configStandFlag = true if(this.selectSarMenu.treeType === 'sarMs') { - this.sarConfigStandSearch.menuId = 'nomenu' + // this.sarConfigStandSearch.menuId = 'nomenu' this.sarConfigStandSearch.sarMsMenuId = menuId this.sarConfigStandSearch.sarMsType = 'filterSarMsMenu' const sarMenu = this.selectSarMenu.parentIds.split(',');