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