From e1430d141351c63f5b20b84bb85d65bc08f5f5a5 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 1 Nov 2022 16:35:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A1=AB=E5=86=99=E4=BA=BA=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=9D=A1=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterItemCollectionList.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index c13d00931..88b5dc8a0 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -926,13 +926,16 @@ } else if (long && long === 'en-us') { this.cut = 'en' } + console.log(this.formInline) let query = { paramsManifestId: this.paramsManifest.id, cut: this.cut, + ...this.formInline, + ...this.queryParamQuery, ids: this.selectedRowKeys.join(','), exportName:this.$route.query.projectName + '(' + this.$route.query.title + ')' } - let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.zip' + let name = this.$route.query.projectName + '(' + this.$route.query.title + ')' + '.xlsx' downloadFile('/params/collectManifest/exportDre', name , query , this.selectClear) }, getList(){