diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index f68cf91fe..9f43d4846 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -103,55 +103,55 @@
-
{{ $t('export') }}
-
{{ $t('issuenotice') }}
-
{{ $t('export') }}
-
{{ $t('BatchSetting') }}
-
{{ $t('applyforrematch') }}
-
{{ $t('preservation') }}
-
{{ $t('submit') }}
-
{{ $t('confirm') }}
-
{{ $t('sendBack') }} @@ -1019,11 +1019,15 @@ export default { url = 'ota/otaManageApplyEO/oneCarExportXls' break; } - let exportName = name + ' ' + dateName + '.xlsx' + this.queryParam.appliedVehicleProject = this.vehicleTypeCode == '全部'?this.queryParam.appliedVehicleProject:this.vehicleTypeCode + this.queryParam.plannedBpLaunchBatch = this.$route.query.plannedBpLaunchBatch + let exportName = this.$route.query.plannedBpLaunchBatch + dateName + '.xlsx' let query = { exportName: exportName, selections: this.selectedRowKeys.join(','), - ...this.queryParam + ...this.queryParam, + orderBy: this.orderBy, + orderByField: this.orderByField, } downloadFile(url, exportName, query, this.selectClear)