|
@@ -470,7 +470,7 @@
|
|
|
openEnable(index) {
|
|
|
this.operateDialogVisible = true;
|
|
|
this.issuedVal.alarmBattery = this.allocations[this.activeIndex].alarmBattery;
|
|
|
- this.issuedVal.alarmDegree = this.allocations[this.activeIndex].alarmDegree;
|
|
|
+ this.issuedVal.alarmDegree = parseInt(this.allocations[this.activeIndex].alarmDegree);
|
|
|
this.activeIndex = index;
|
|
|
},
|
|
|
|