|
@@ -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: {
|