|
@@ -385,17 +385,17 @@ const tableForm = reactive({
|
|
|
}); //报警预警场景
|
|
|
const tableForms = reactive<any>({
|
|
|
alarmStrategyID: null,
|
|
|
- StrategyName: "",
|
|
|
- calculationBasis: "",
|
|
|
- warningDuration: "",
|
|
|
- alarmDuration: "",
|
|
|
- beginNode: "",
|
|
|
- beginPosition: "",
|
|
|
- endNode: "",
|
|
|
- endPosition: "",
|
|
|
+ StrategyName: null,
|
|
|
+ calculationBasis: null,
|
|
|
+ warningDuration: null,
|
|
|
+ alarmDuration: null,
|
|
|
+ beginNode: null,
|
|
|
+ beginPosition: null,
|
|
|
+ endNode: null,
|
|
|
+ endPosition: null,
|
|
|
alarmSceneId: route.query.alarmSceneId,
|
|
|
- event: "",
|
|
|
- percentage: "",
|
|
|
+ event: null,
|
|
|
+ percentage: null,
|
|
|
}); //弹窗内容
|
|
|
const tableOption = ref<any>([]); //下拉
|
|
|
const tableOptionser = ref<any>([]); //下拉
|