diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
index 977481df9..7e6110ed9 100644
--- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
+++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue
@@ -10,7 +10,7 @@
VDR
+ v-model="queryParam.vdr">
@@ -20,7 +20,7 @@
{{ $t('theme') }}
+ v-model="queryParam.summary">
@@ -30,7 +30,7 @@
{{ $t('influencestatute') }}
+ v-model="queryParam.impactHomo">
@@ -46,7 +46,7 @@
showSearch
optionFilterProp="label"
:autoClearSearchValue="false"
- v-model="queryParam.vehicleType">
+ v-model="queryParam.appliedVehicleProject">
{
if (res.success) {
- if (res.result.list.current > 1 && res.result.list.records.length == 0) {
+ if (res.result.current > 1 && res.result.records.length == 0) {
this.pageNo = 1
this.getList()
return
}
- this.dataSource = res.result.list.records || []
- this.number = res.result.pjspzq
- this.total = res.result.list.total
+ this.dataSource = res.result.records || []
+ this.total = res.result.total
this.loading = false
} else {
this.loading = false