fix issue

pull/410/head
vapao 2021-09-07 15:13:14 +08:00
parent 5f61cf6d7a
commit 7d333ee866
1 changed files with 4 additions and 5 deletions

View File

@ -134,7 +134,6 @@ class RequestDetailView(View):
outputs['local'] = {'id': 'local', 'data': ''}
if req.deploy.extend == '2':
outputs['local'] = {'id': 'local', 'data': f'{human_time()} 读取数据... '}
if req.deploy.extend == '2':
response['s_actions'] = json.loads(req.deploy.extend_obj.server_actions)
response['h_actions'] = json.loads(req.deploy.extend_obj.host_actions)
if not response['h_actions']: