区域下拉
This commit is contained in:
@@ -89,7 +89,7 @@ namespace ZR.Service.mes.andon
|
||||
.Select(it => new AlarmLevelPullDownDto
|
||||
{
|
||||
label = it.LevelName,
|
||||
value = it.LightColor
|
||||
value = it.LevelName,
|
||||
}).ToList();
|
||||
return ApiResult.Success("成功", response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user