dever 5 years ago
parent
commit
6fc5c9ec56
1 changed files with 2 additions and 0 deletions
  1. 2 0
      front/page/device.py

+ 2 - 0
front/page/device.py

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