From 385dc80d371b3ac583bb79c1dc342de42b50a70d Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 7 Sep 2023 14:27:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=AC=A6=E5=90=88=E9=A1=B9=E5=AF=BC?= =?UTF-8?q?=E5=87=BAzip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/projectManagement/components/nonConformance.vue | 2 +- .../src/views/projectManagement/projectNonConformance/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/nonConformance.vue b/jero-web/src/views/projectManagement/components/nonConformance.vue index 003231922..62c7c1b11 100644 --- a/jero-web/src/views/projectManagement/components/nonConformance.vue +++ b/jero-web/src/views/projectManagement/components/nonConformance.vue @@ -482,7 +482,7 @@ export default { ...this.queryParam, ncrTrackVOList: this.content } - downloadFilePost(this.url.exportData, this.$t('NonConformance') + '.xls', query, this.Deselect) + downloadFilePost(this.url.exportData, this.$t('NonConformance') + '.zip', query, this.Deselect) }, Deselect() { this.selectedRowKeys = [] diff --git a/jero-web/src/views/projectManagement/projectNonConformance/index.vue b/jero-web/src/views/projectManagement/projectNonConformance/index.vue index bb9997475..8f56e666d 100644 --- a/jero-web/src/views/projectManagement/projectNonConformance/index.vue +++ b/jero-web/src/views/projectManagement/projectNonConformance/index.vue @@ -479,7 +479,7 @@ ...this.queryParam, ncrTrackVOList: this.content } - downloadFilePost(this.url.exportData, this.$t('NonConformance') + '.xls', query, this.Deselect) + downloadFilePost(this.url.exportData, this.$t('NonConformance') + '.zip', query, this.Deselect) }, Deselect() { this.selectedRowKeys = []