From c7386005f9c486a7eb37d05850793c0d9c6e10ab Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 21 Aug 2023 15:47:39 +0800 Subject: [PATCH] =?UTF-8?q?OTA=E7=AE=A1=E7=90=86=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otamanagement/otaAuthentication/components/detil.vue | 1 - .../src/views/otamanagement/otaAuthentication/index.vue | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index 116504a3c..6601d23cf 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -883,7 +883,6 @@ export default { align: 'left', width: 170, ellipsis: true, - sorter:true, dataIndex:'operation', scopedSlots: { customRender: 'operation' } }, diff --git a/jero-web/src/views/otamanagement/otaAuthentication/index.vue b/jero-web/src/views/otamanagement/otaAuthentication/index.vue index 287a5ddab..d4e132b38 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/index.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/index.vue @@ -331,12 +331,12 @@ export default { let dateName = moment(new Date()).format('YYYYMMDD') let name = 'OTA' + this.$t('softwareversion') + ' ' + dateName + '.xlsx' let query = { - exportName: this.$route.query.infoNumber + ' ' + dateName, - idList: this.selectedRowKeys.join(','), - parameter: this.parameter + exportName: name, + selections: this.selectedRowKeys.join(','), + ...this.queryParam } - downloadFile('split/sarFileSplitItems/exportSplitInfoZip', name, query, this.selectClear) + downloadFile('ota/otaManageApplyEO/otaExportXls', name, query, this.selectClear) }, // 查看 detailclick(item){