|
@@ -209,12 +209,12 @@ const submitID = ref<string | any>("");
|
|
const delName = ref<string>("");
|
|
const delName = ref<string>("");
|
|
const listqueryTemplateID = ref<string | any>("");
|
|
const listqueryTemplateID = ref<string | any>("");
|
|
const tableForm = reactive<any>({
|
|
const tableForm = reactive<any>({
|
|
- IATACode: "",
|
|
|
|
- departmentAirport: "",
|
|
|
|
- landingAirport: "",
|
|
|
|
- flightNo: "",
|
|
|
|
- startDate: "",
|
|
|
|
- endDate: "",
|
|
|
|
|
|
+ IATACode: null,
|
|
|
|
+ departmentAirport: null,
|
|
|
|
+ landingAirport: null,
|
|
|
|
+ flightNo: null,
|
|
|
|
+ startDate: null,
|
|
|
|
+ endDate: null,
|
|
// alarmSceneId: "",
|
|
// alarmSceneId: "",
|
|
// event: "",
|
|
// event: "",
|
|
}); //弹窗内容
|
|
}); //弹窗内容
|