屏蔽绑定点检数据刷新的列表

main
wyj 3 months ago
parent b6fd0a217e
commit 89bf69557b

@ -2067,7 +2067,7 @@ bool CAnnealMonitoringMgr::StartPrepareWork(ePrepareWorkType WorkType,bool bOneS
case _AnnealMonitoringType_Laser1PowCheck:
{
//绑定点检数据刷新的列表
gLaserPowCheckMgr->BindingParList(m_pLaser1PowerCheckList);
//gLaserPowCheckMgr->BindingParList(m_pLaser1PowerCheckList);
//设置当前点检的激光类型
gLaserPowCheckMgr->SetCurPowCheckType((int)_LaserDeviceType_MainLaser1);//绿光1
//创建当前的点检数据到m_CurPowCheckData
@ -2078,7 +2078,7 @@ bool CAnnealMonitoringMgr::StartPrepareWork(ePrepareWorkType WorkType,bool bOneS
break;
case _AnnealMonitoringType_Laser2PowCheck:
{
gLaserPowCheckMgr->BindingParList(m_pLaser2PowerCheckList);
//gLaserPowCheckMgr->BindingParList(m_pLaser2PowerCheckList);
//设置当前点检的激光类型
gLaserPowCheckMgr->SetCurPowCheckType((int)_LaserDeviceType_MainLaser2);//绿光2
//创建当前的点检数据

Loading…
Cancel
Save