@@ -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")
#设备日志