Browse Source

统计图表-扫描节点与位置分析修改

zhongxiaoyu 1 year ago
parent
commit
c12e37e78a
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/statisticsCharts/views/nodeStatisticsCharts.vue

+ 5 - 1
src/views/statisticsCharts/views/nodeStatisticsCharts.vue

@@ -82,6 +82,7 @@ export default {
   name: 'FlightStatisticsCharts',
   components: { StatisticsHeader, Dialog },
   data() {
+    const that = this
     return {
       formData: {
         range: '',
@@ -99,7 +100,7 @@ export default {
           queryId: SERVICE_ID.nodeRange,
           setKey: 'a1',
           changeHandler(value) {
-            this.setInOrOutOptions(value)
+            that.setInOrOutOptions(value)
             const rangeMap = {
               航线: 'airline',
               基地分公司: 'area',
@@ -407,6 +408,9 @@ export default {
               label: '离港',
             },
           ]
+          if (this.formData.inOrOut === '全部') {
+            this.formData.inOrOut = ''
+          }
           this.formItems[3].disabled = false
           break
         default: