可视化修改
This commit is contained in:
@ -67,5 +67,12 @@ namespace HT.Cloud.Web.Areas.DevicesManage.Controllers
|
||||
var data = _realTimeDeviceState.GetRealDeviceTag(systemDescription);
|
||||
return Content(data.Result);
|
||||
}
|
||||
}
|
||||
[HttpPost]
|
||||
public async Task<ActionResult> GetRealTableData(string[] grouptype)
|
||||
{
|
||||
|
||||
var data = _realTimeDeviceState.GetRealTableData(grouptype[0]);
|
||||
return Content(data.Result);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user