|
@@ -239,20 +239,21 @@ const addForm = () => {
|
|
|
};
|
|
|
//取消
|
|
|
const resetForm = () => {
|
|
|
+ warningSetForm.value?.resetFields()
|
|
|
flag.value = false;
|
|
|
- tableForm.IATACode = "";
|
|
|
- tableForm.departmentAirport = "";
|
|
|
- tableForm.landingAirport = "";
|
|
|
- tableForm.flightNo = "";
|
|
|
- tableForm.startDate = "";
|
|
|
- tableForm.endDate = "";
|
|
|
- tableForm.planetype = '',
|
|
|
- tableForm.flighttype = '',
|
|
|
- tableForm.landingstand = '',
|
|
|
- tableForm.alarmname = '',
|
|
|
- tableForm.alarmdesc = '',
|
|
|
+ // tableForm.IATACode = "";
|
|
|
+ // tableForm.departmentAirport = "";
|
|
|
+ // tableForm.landingAirport = "";
|
|
|
+ // tableForm.flightNo = "";
|
|
|
+ // tableForm.startDate = "";
|
|
|
+ // tableForm.endDate = "";
|
|
|
+ // tableForm.planetype = '',
|
|
|
+ // tableForm.flighttype = '',
|
|
|
+ // tableForm.landingstand = '',
|
|
|
+ // tableForm.alarmname = '',
|
|
|
+ // tableForm.alarmdesc = '',
|
|
|
// tableForm.event = "";
|
|
|
- delName.value = "";
|
|
|
+ // delName.value = "";
|
|
|
};
|
|
|
//编辑
|
|
|
// const editDialog = (data) => {
|