Explorar el Código

气象站数据转发监视

yf_ymm hace 5 años
padre
commit
a74b641f05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/Equipment/views.py

+ 1 - 1
apps/Equipment/views.py

@@ -3013,7 +3013,7 @@ class QXZ_Warning_View(ListView):
 # 气象站阈值记录
 class QXZ_Warning_List(ListView):
     def get(self,request):
-        pass
+        return render(request, 'backstageNet/warn/warnRecord.html', context={})
     def post(self,request):
         alarm = request.POST.get('alarm')
         print(alarm)