OTA-状态统计
This commit is contained in:
@@ -105,7 +105,11 @@
|
||||
idList: {
|
||||
type: Array,
|
||||
default: []
|
||||
}
|
||||
},
|
||||
queryForm:{
|
||||
type: Object,
|
||||
default: {}
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -149,7 +153,8 @@
|
||||
getData() {
|
||||
let query = {
|
||||
...this.queryParam,
|
||||
projectId:this.$route.query.id
|
||||
projectId:this.$route.query.id,
|
||||
appliedVehicleProject:this.queryForm.appliedVehicleProject
|
||||
}
|
||||
getAction('ota/otaManageApplyEO/getStatisticalStatus', query).then((res) => {
|
||||
if (res.success) {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
v-if="activeKey == $t('parameterCollectionProgressManagement')"/>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane :key="$t('otastatus')" :tab="$t('otastatus')">
|
||||
<otastatus @currentStatus="currentStatus" :idList="idList" v-if="activeKey == $t('otastatus')"/>
|
||||
<otastatus :queryForm="queryForm" ref="otastatusRef" @currentStatus="currentStatus" :idList="idList" v-if="activeKey == $t('otastatus')"/>
|
||||
</a-tab-pane>
|
||||
<a-tab-pane :key="$t('Problemanagement')" :tab="$t('Problemanagement')">
|
||||
<nonConformance ref="nonConformanceRef" @currentStatus="currentStatus"
|
||||
|
||||
Reference in New Issue
Block a user