ソースを参照

Merge branch 'master' of http://120.26.64.82:10880/BFFE/SMAirports

chenrui  2 年 前
コミット
6a2217297d

+ 2 - 2
src/views/statisticsCharts/views/report/transferDirectionTable.vue

@@ -230,8 +230,8 @@ export default {
       ) {
         const queryParams = [
           this.formData.airport || 'PEK',
-          this.formData.dateTime[0] || Format('yyyy-MM-dd', new Date()),
-          this.formData.dateTime[1] || Format('yyyy-MM-dd', new Date()),
+          row.fd || Format('yyyy-MM-dd', new Date()),
+          row.fd || Format('yyyy-MM-dd', new Date()),
           ...Array(4).fill(this.formData.company || '国航'),
         ]
         const flow = column.property

+ 2 - 2
src/views/statisticsCharts/views/report/transitTables.vue

@@ -199,8 +199,8 @@ export default {
       ) {
         const queryParams = [
           this.formData.airport || 'PEK',
-          this.formData.dateTime[0] || Format('yyyy-MM-dd', new Date()),
-          this.formData.dateTime[1] || Format('yyyy-MM-dd', new Date()),
+          row.fd || Format('yyyy-MM-dd', new Date()),
+          row.fd || Format('yyyy-MM-dd', new Date()),
           ...Array(4).fill(this.formData.company || '国航'),
         ]
         const flow = column.property