|
|
@@ -153,9 +153,9 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
onDeviceTypeConfirm(opt) {
|
|
|
- this.defaultAlarmType = opt.text
|
|
|
- this.search.alarmType = opt.value
|
|
|
- this.showAlarmType = false
|
|
|
+ this.defaultDeviceType = opt.text
|
|
|
+ this.search.deviceType = opt.value
|
|
|
+ this.showDeviceType = false
|
|
|
},
|
|
|
onStatusConfirm(opt) {
|
|
|
this.defaultState = opt.text
|