dever 4 years ago
parent
commit
fbdc899ce7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      front/page/device.py

+ 1 - 0
front/page/device.py

@@ -243,6 +243,7 @@ class out_path(Load):
 	@Web.setting
 	def get(self):
 		#Device.out(self)
+		self.data['input'] = {}
 		self.data['input']['type'] = self.input('type')
 		self.data['input']['id'] = self.input('id')
 		self.view("device/out.html")