未符合项导出zip
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user