|
@@ -577,6 +577,8 @@
|
|
|
text = text.replace(",","+")
|
|
|
console.log(text);
|
|
|
let obj = JSON.parse(JSON.stringify(this.dialogForm))
|
|
|
+ obj.riskAutoOff =Number(obj.riskAutoOff);
|
|
|
+ obj.alarmType =obj.alarmType.toString();
|
|
|
obj.startCondition = text+'';
|
|
|
planLevelPut(obj).then((response) => {
|
|
|
this.msgSuccess(response.msg)
|