未符合项导出zip

This commit is contained in:
zyx.net
2023-09-07 14:27:00 +08:00
parent 18210a6efa
commit 385dc80d37
2 changed files with 2 additions and 2 deletions
@@ -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 = []
@@ -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 = []