dever 5 năm trước cách đây
mục cha
commit
fbdc899ce7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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")