|
@@ -258,8 +258,8 @@ export default {
|
|
let param = {
|
|
let param = {
|
|
SensorNumber: this.selectItem.sensorNum,
|
|
SensorNumber: this.selectItem.sensorNum,
|
|
UNR: this.formItem.hightGraveErr,
|
|
UNR: this.formItem.hightGraveErr,
|
|
- UC: this.formItem.hightErro,
|
|
|
|
- UNC: this.formItem.hightWarning,
|
|
|
|
|
|
+ UC: this.formItem.hightWarning,
|
|
|
|
+ UNC: this.formItem.hightErro,
|
|
LNR: this.formItem.lowGraveErr,
|
|
LNR: this.formItem.lowGraveErr,
|
|
LC: this.formItem.lowErr,
|
|
LC: this.formItem.lowErr,
|
|
LNC: this.formItem.lowWarning
|
|
LNC: this.formItem.lowWarning
|