填写人导出搜索条件修改
This commit is contained in:
@@ -926,13 +926,16 @@
|
|||||||
} else if (long && long === 'en-us') {
|
} else if (long && long === 'en-us') {
|
||||||
this.cut = 'en'
|
this.cut = 'en'
|
||||||
}
|
}
|
||||||
|
console.log(this.formInline)
|
||||||
let query = {
|
let query = {
|
||||||
paramsManifestId: this.paramsManifest.id,
|
paramsManifestId: this.paramsManifest.id,
|
||||||
cut: this.cut,
|
cut: this.cut,
|
||||||
|
...this.formInline,
|
||||||
|
...this.queryParamQuery,
|
||||||
ids: this.selectedRowKeys.join(','),
|
ids: this.selectedRowKeys.join(','),
|
||||||
exportName:this.$route.query.projectName + '(' + this.$route.query.title + ')'
|
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)
|
downloadFile('/params/collectManifest/exportDre', name , query , this.selectClear)
|
||||||
},
|
},
|
||||||
getList(){
|
getList(){
|
||||||
|
|||||||
Reference in New Issue
Block a user