|
@@ -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;
|