chenrui  1 rok pred
rodič
commit
5fbe460056

+ 3 - 0
src/views/statisticsCharts/views/report/transferDirectionTable.vue

@@ -54,6 +54,9 @@ export default {
       formData: {
         airport: '',
         dateTime: '',
+        company: '',
+        timedim: '',
+        dateTime: [],
         trd: [],
         ts: [],
       },

+ 3 - 1
src/views/statisticsCharts/views/report/transitTables.vue

@@ -51,7 +51,9 @@ export default {
       textShow: null,
       formData: {
         airport: '',
-        dateTime: '',
+        dateTime: [],
+        company: '',
+        timedim: '',
         trd: [],
       },
       isloadings: 1,