Browse Source

告警预警删除错误

chenrui  2 years ago
parent
commit
6ba2f512f5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/systemSettings/warningSet/index.vue

+ 2 - 0
src/views/systemSettings/warningSet/index.vue

@@ -192,6 +192,7 @@ const tableForm = reactive({
   flightNo: "",
   startDate: "",
   endDate: "",
+  alarmSceneId: "",
   event: "",
 }); //弹窗内容
 //列表
@@ -279,6 +280,7 @@ const btnClick = (row, index, param) => {
     flag.value = true;
     type.value = "del";
     tableForm.event = 3;
+    tableForm.alarmSceneId = index.alarmSceneId;
     tableForm.IATACode = index.IATACode;
     tableForm.departmentAirport = index.departmentAirport;
     tableForm.landingAirport = index.landingAirport;