chenrui  пре 2 година
родитељ
комит
ae783912a7
1 измењених фајлова са 7 додато и 6 уклоњено
  1. 7 6
      src/views/systemSettings/warningSet/index.vue

+ 7 - 6
src/views/systemSettings/warningSet/index.vue

@@ -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) => {