添加制粉喷煤选择框

This commit is contained in:
dell
2023-07-31 14:01:38 +08:00
parent f897bdeae0
commit 61103308a1
6 changed files with 151 additions and 29 deletions

View File

@ -23,7 +23,14 @@ namespace HT.Cloud.Web.Areas.ReportManage.Controllers
{
public MetaTagAlarmService _metaTagAlarmService { get;set;}
[HttpGet]
[HttpGet]
public async Task<ActionResult> GetDriverGroupList()
{
var data = await _metaTagAlarmService.GetDriverGroupList();
return Content(data);
}
[HttpGet]
public async Task<ActionResult> GetAllSubsystemTag()
{