From 7fbc99c273255531d2314b2ab2719373cede39d8 Mon Sep 17 00:00:00 2001 From: "David P.G" Date: Thu, 4 Sep 2025 20:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=B0=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E7=9A=84=E5=8F=98=E9=87=8F=E8=A1=A8=E6=B2=A1=E6=9C=89=E5=8A=9E?= =?UTF-8?q?=E6=B3=95=E5=88=87=E6=8D=A2=E8=A7=86=E5=9B=BE=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DMS.Application/Services/VariableTableAppService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DMS.Application/Services/VariableTableAppService.cs b/DMS.Application/Services/VariableTableAppService.cs index 2d1e138..3c431fb 100644 --- a/DMS.Application/Services/VariableTableAppService.cs +++ b/DMS.Application/Services/VariableTableAppService.cs @@ -86,7 +86,6 @@ namespace DMS.Application.Services // 映射菜单实体并设置关联信息 var menu = _mapper.Map(createDto.Menu); menu.ParentId = deviceMenu.Id; - menu.TargetViewKey = "VariableTableMenu"; menu.TargetId = createdVariableTable.Id; menu.MenuType = MenuType.VariableTableMenu; var addMenu= await _repositoryManager.Menus.AddAsync(menu);