From 08dd7801548d93561be5f670180dc4772049f136 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 24 Aug 2023 10:34:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E7=89=88=E6=9C=AC=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otamanagement/otaAuthentication/components/detil.vue | 2 +- .../src/views/otamanagement/otaAuthentication/index.vue | 8 ++++---- .../src/views/projectManagement/components/otastatus.vue | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index 72d6d7c38..177be1160 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -77,7 +77,7 @@
{{ $route.query.plannedBpLaunchBatch }} - {{ $t('softwarereleasetime') }}:{{$route.query.releaseName}} + {{ $t('softwarereleasetime') }}:{{$route.query.releaseDate}}
@@ -239,7 +239,7 @@ export default { align: 'left', width: 170, ellipsis: true, - dataIndex: 'releaseName' + dataIndex: 'releaseDate' }, { title: this.$t('operation'), @@ -354,13 +354,13 @@ export default { }) }, onChange(value, dateString) { - if (this.queryParam.releaseName && this.queryParam.releaseName.length > 0) { + if (this.queryParam.releaseDate && this.queryParam.releaseDate.length > 0) { let dateOne = moment(dateString[0]).format('YYYY-MM-DD') let dateTwo = moment(dateString[1]).format('YYYY-MM-DD') this.queryParam.softwareIssueTimeStart = dateOne this.queryParam.softwareIssueTimeEnd = dateTwo } else { - this.queryParam.releaseName = [] + this.queryParam.releaseDate = [] // this.queryParamOne[item + '_name'] = [] } }, diff --git a/jero-web/src/views/projectManagement/components/otastatus.vue b/jero-web/src/views/projectManagement/components/otastatus.vue index ec43c5a50..028f76376 100644 --- a/jero-web/src/views/projectManagement/components/otastatus.vue +++ b/jero-web/src/views/projectManagement/components/otastatus.vue @@ -392,7 +392,7 @@ query:{ vehicleTypeCode:this.vehicleTypeCode, plannedBpLaunchBatch:this.softwareversion, - releaseName:this.releaseName + releaseDate:this.releaseName }, }) window.open(newUrl.href, '_blank')