|
@@ -925,6 +925,8 @@ export default {
|
|
params.device_type === DEVICE_TYPE.ALARM_RESTRAINT_BAND) {
|
|
params.device_type === DEVICE_TYPE.ALARM_RESTRAINT_BAND) {
|
|
this.hasSosDeviceSettings = true
|
|
this.hasSosDeviceSettings = true
|
|
this.getSosDeviceSetting(params.id)
|
|
this.getSosDeviceSetting(params.id)
|
|
|
|
+ } else {
|
|
|
|
+ this.hasSosDeviceSettings = false
|
|
}
|
|
}
|
|
|
|
|
|
this.isLedDevice = params.device_type === DEVICE_TYPE.LED_SCREEN
|
|
this.isLedDevice = params.device_type === DEVICE_TYPE.LED_SCREEN
|