소스 검색

统计默认值查询

Rmengdi 3 달 전
부모
커밋
978e771c7f
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      src/views/als/faultStatistics/echarts.vue

+ 5 - 3
src/views/als/faultStatistics/echarts.vue

@@ -95,8 +95,10 @@ export default {
       select: {
         startStatisticsDate: '',
         endStatisticsDate: '',
-        major: '',
-        aircraftModel: ''
+        major: '特设',
+        aircraftModel: '',
+        groups: '空56旅',
+        aircraftModel: '歼-20'
       },
       typeTree: {
         children: 'children',
@@ -193,7 +195,7 @@ export default {
     }
   },
   mounted() {
-    this.getFaultStatisticsAPI()
+    this.getFaultStatisticsAPI(this.select)
     // this.getAircaftTypeAndModelTreeAPI()
   },
   methods: {