填写人导出搜索条件修改

This commit is contained in:
zyx.net
2022-11-01 16:35:57 +08:00
parent 9aecd42e05
commit e1430d1413
@@ -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(){