|
@@ -244,12 +244,13 @@ const addForm = () => {
|
|
|
//取消
|
|
|
const resetForm = () => {
|
|
|
flag.value = false;
|
|
|
- tableForm.name = "";
|
|
|
- tableForm.china = "";
|
|
|
- tableForm.englin = "";
|
|
|
- tableForm.two = "";
|
|
|
- tableForm.three = "";
|
|
|
- tableForm.text = "";
|
|
|
+ tableForm.IATACode = "";
|
|
|
+ tableForm.departmentAirport = "";
|
|
|
+ tableForm.landingAirport = "";
|
|
|
+ tableForm.flightNo = "";
|
|
|
+ tableForm.startDate = "";
|
|
|
+ tableForm.endDate = "";
|
|
|
+ tableForm.event = "";
|
|
|
};
|
|
|
//编辑
|
|
|
// const editDialog = (data) => {
|