فهرست منبع

Merge branch 'master' of http://120.26.64.82:3000/BFFE/CABaggageData2.0

zhaoke 2 سال پیش
والد
کامیت
b4febb9f8d
1فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 6 6
      src/views/advancedQuery/views/advancedHome.vue

+ 6 - 6
src/views/advancedQuery/views/advancedHome.vue

@@ -427,7 +427,7 @@ export default {
       form: {
         FlightNO: '',
         destination: '',
-        depatureStation: '',
+        departureStation: '',
         baggageNO: '',
         specialType: '',
         U_Device_ID: '',
@@ -605,9 +605,9 @@ export default {
     // this.statItemsQueryByStatMain(dataContent);
   },
   mounted() {
-    window.addEventListener('keyup', () => {
-      console.dir(document.activeElement)
-    })
+    // window.addEventListener('keyup', () => {
+    //   console.dir(document.activeElement)
+    // })
     this.baggageTypeQuery()
     document.querySelector('.interfaceLog_head_time_start .el-input__prefix i').remove()
     document.querySelector('.interfaceLog_head_time_start .el-input__prefix').innerHTML = '开始:'
@@ -795,7 +795,7 @@ export default {
           const {
             FlightNO,
             baggageNO,
-            depatureStation,
+            departureStation,
             destination,
             specialType,
             passengerName,
@@ -814,7 +814,7 @@ export default {
           this.setDataContent(
             FlightNO,
             baggageNO,
-            depatureStation,
+            departureStation,
             destination,
             specialType,
             passengerName,