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){