修复站点状态未变,及页面筛选框优化
This commit is contained in:
@@ -32,6 +32,8 @@ class AgvSetting(models.Model):
|
||||
if da['DeviceId'] == item.name:
|
||||
if da['AtHome'] is True:
|
||||
item.state = '占用'
|
||||
else:
|
||||
item.state = '空闲'
|
||||
|
||||
|
||||
class AgvTaskRoute(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user