@@ -204,10 +204,10 @@ export default {
}
return getDevicesByTenant(this.$tenant.path, params)
},
- onStop () {
+ onStop ({ id }) {
stopRemoteLog({
duration: 60,
- deviceId: this.curDeviceId,
+ deviceId: id,
activate: false
})