This commit is contained in:
caoqianming 2019-11-25 16:56:55 +08:00
commit 55e2aeedf7
1 changed files with 1 additions and 2 deletions

View File

@ -6233,7 +6233,6 @@ def trainfg(req):
dickeyname=i.dickeyname
traintypelist.append({'value':count,'name':dickeyname})
return HttpResponse(json.dumps({'code':1,'data':{'traintypelist':list(traintypelist)}}), content_type='application/json')
#设备统计图
def equipmentfig(req):