diff --git a/jero-web/src/views/parameter/parameterlist/index.vue b/jero-web/src/views/parameter/parameterlist/index.vue index e0f74cf14..f7aa102f5 100644 --- a/jero-web/src/views/parameter/parameterlist/index.vue +++ b/jero-web/src/views/parameter/parameterlist/index.vue @@ -55,6 +55,10 @@
+
+ + {{$t('Version')}} +
{{$t('BatchDelete')}} @@ -191,28 +195,17 @@ export default { // }, //导出 handleExport() { - // let _tt = { - // pageNo: this.pageNo, - // pageSize: this.pageSize, - // paramsTemplateId: this.$route.query.id, - // ...this.queryParam, - // ids: this.selectedRowKeys.join(','), - // // exportName: '参数项列表.xlsx' - // } - // let _xx = JSON.stringify(_tt) - // let _yy = { - // paramsInfoVO : _xx - // } - // downloadFile('params/paramsInfo/exportParamsInfoZip', '参数项列表.xlsx', _yy, this.Deselect) let _tt = { - pageNo: this.pageNo, - pageSize: this.pageSize, paramsTemplateId: this.$route.query.id, ...this.queryParam, ids: this.selectedRowKeys.join(','), // exportName: '参数项列表.xlsx' } - downFilePost('params/paramsInfo/exportParamsInfoZip',{ paramsInfoVO : _tt }, this.Deselect) + let _xx = JSON.stringify(_tt) + let _yy = { + + } + downloadFile('params/paramsInfo/exportParamsInfoZip', '参数项列表.zip', { paramsInfoVO : _xx }, this.Deselect) }, //下载模板 handleModule() {