下拉
This commit is contained in:
@@ -86,7 +86,8 @@ namespace ZR.Service.mes.andon
|
||||
.Select(it => new AlarmTypePullDownDto
|
||||
{
|
||||
label = it.TypeCode,
|
||||
value = it.TypeName
|
||||
value = it.TypeName,
|
||||
ResponseTime = it.ResponseTime
|
||||
}).ToList();
|
||||
return ApiResult.Success("成功", response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user